GoodData.UI API reference
  • GoodData.UI
  • Docs & APIs
  • Developers
  • GoodData.CN
  • GoodData.UI
  • Docs & APIs
  • Get GoodData.CN Community Edition
  • 10.26.0
  • Code samples
  • Gallery
  • GitHub

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.

  • IDashboardEventing.onEventingInitialized property
  • Remarks
GoodData resources:
  • Documentation
Follow the community:
  • Community
Copyright © 2007–2025 GoodData Corporation. All Rights Reserved. Code licensed under a dual license - CC BY‑NC 4.0 for trial experience and GoodData.UI EULA for commercial use