Event Bus methods
Name | Description |
---|---|
api.exec() | This method lets you trigger internal events within the Kanban board. |
api.intercept() | Enables catching and blocking internal events before they happen. |
api.on() | Enables the attachment of a handler to internal events |
api.setNext() | Enables inserting a specific action into the Event Bus sequence. |