the initial state
the milliseconds to debounce
Protected
observersProtected
statesubscribe
an observer to value changes
unsubscribe
function for the given observer
the observer function to call upon value changes
use with { immediate: true }
to call the observer with the current state immediately
subscribe
an observer to value changes
unsubscribe
function for the given observer
Generated using TypeDoc
DebouncedObservable implements an Observerable that notifies in a debounced manner