onEventingInitialized
Home > @gooddata/sdk-ui-dashboard > IDashboardEventing > onEventingInitialized
IDashboardEventing.onEventingInitialized property
Specify callback that will be called when the dashboard eventing subsystem initializes and it is possible to register new or unregister existing event handlers.
Signature:
onEventingInitialized?: (registerEventHandler: (handler: DashboardEventHandler) => void, unregisterEventHandler: (handler: DashboardEventHandler) => void) => void;
Remarks
Note: these callbacks allow modification of event handlers on an existing, initialized dashboard. See IDashboardEventing.eventHandlers prop if you want to register handlers _before_ the dashboard initialization starts.