- Source:
Classes
- ControlObserver
- EventBusObserver
- EventObserver
- FocusObserver
- MessageEventObserver
- MutationObserver
- Observer
- TimeObserver
- WindowObserver
Type Definitions
Callback(event) → {*}
the callback function that is called in case an event occurs
Parameters:
Name | Type | Description |
---|---|---|
event |
Object | the event that is caught by the observer |
- Source:
Returns:
- Type
- *