IDashboardEventHandling
Home > @gooddata/sdk-ui-dashboard > IDashboardEventHandling
IDashboardEventHandling interface
Defines a facade that you can use to register or unregister dashboard event handlers.
Signature:
export interface IDashboardEventHandling
Methods
Method |
Description |
---|---|
Adds a custom event handler. This is a lower-level API where the handler can include both the function to evaluate events and the function to trigger when the evaluation succeeds. | |
Adds a handler for particular event type. | |
Removes custom event handler. | |
Removes a handler for particular event type. This is reverse operation to IDashboardEventHandling.addEventHandler(). | |
Subscribe to state changes of the dashboard. | |
Unsubscribe from receiving calls about state changes of the dashboard. |