anyDashboardEventHandler()
Home > @gooddata/sdk-ui-dashboard > anyDashboardEventHandler
anyDashboardEventHandler() function
Creates a DashboardEventHandler instance that will be invoked for any dashboard event (i.e. not for custom events).
Signature:
export declare function anyDashboardEventHandler(handler: DashboardEventHandler["handler"]): DashboardEventHandler;
Parameters
Parameter | Type | Description |
---|---|---|
handler | DashboardEventHandler["handler"] | the actual event handling function |
Returns: