Event Bus methods overview
| Name | Description |
|---|---|
| api.detach() | Allows removing/detaching event handlers |
| api.exec() | Allows triggering the inner events |
| api.intercept() | Allows intercepting and preventing the inner events |
| api.on() | Allows attaching a handler to the inner events |
| api.setNext() | Adds a custom handler to the end of the widget's Event Bus chain |