Utility to delay state updates from items, which is sometimes useful for input elements.
Utility to delay state updates from items, which is sometimes useful for input elements.
(debounce item & [resolve-conflict])
Delays the upward propagation of state updates of the given item, until the next animation frame.
Delays the upward propagation of state updates of the given item, until the next animation frame.
(debounce-delay ms item & [resolve-conflict])
Delays the upward propagation of state updates of the given item, for the given number of milliseconds.
Delays the upward propagation of state updates of the given item, for the given number of milliseconds.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |