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

customizeExportLayout()

Home > @gooddata/sdk-ui-dashboard > IDashboardLayoutCustomizer > customizeExportLayout

IDashboardLayoutCustomizer.customizeExportLayout() method

Register customization of the export layout that is used to render the dashboard.

Signature:

customizeExportLayout(fun: ExportLayoutCustomizationFn): IDashboardLayoutCustomizer;

Parameters

ParameterTypeDescription
funExportLayoutCustomizationFn

Returns:

IDashboardLayoutCustomizer

Remarks

At this point, you can register a function which will be called after dashboard component loads the dashboard and before it starts rendering the layout itself. The function will be called with two arguments:

  • The actual dashboard layout - Customizer that allows the plugin to work with export definition

Your customization function may introspect the original layout and then register its customizations.

If the dashboard is not rendering export layout, then the registered function will not be called.

  • IDashboardLayoutCustomizer.customizeExportLayout() method
  • Parameters
  • 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