emit events Support multiple events(Strings are separated by commas or array of strings)
Multiple names of events to be dispatched
Event handler
emit events by debounce Support multiple events(Strings are separated by commas or array of strings)
Multiple event name to be dispatched
Datas to be dispatched
emit events by throttle Support multiple events(Strings are separated by commas or array of strings)
Multiple event name to be dispatched
Datas to be dispatched
Real logic of single event to be dispatched
Single event name
Datas to be dispatched
cancel events Support multiple events(Strings are separated by commas or array of strings) Support to cancel a type of event (only pass the event name, not pass the event processing function)
Multiple names of events to be canceled
Event handler
register events Support multiple events(Strings are separated by commas or array of strings)
Multiple names of events to be registered
Event handler
register events will to be called once Support multiple events(Strings are separated by commas or array of strings)
Support return singleton
Generated using TypeDoc
off all events, clear all caches