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