Debouncing behavior to queue the trailing event.
debounce:function
--a----T20--b-c----T20--d------|debounce(20)// Same as...debounce(20, new DebounceTrailingBehavior())---T20-a------T20-c------T20-d-- Copy
--a----T20--b-c----T20--d------|debounce(20)// Same as...debounce(20, new DebounceTrailingBehavior())---T20-a------T20-c------T20-d--
Called after timer has timed out.
Generated using TypeDoc
Debouncing behavior to queue the trailing event.
See
debounce:function
Example