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

customizeFluidLayout()

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

IDashboardLayoutCustomizer.customizeFluidLayout() method

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

Signature:

customizeFluidLayout(fun: FluidLayoutCustomizationFn): IDashboardLayoutCustomizer;

Parameters

ParameterTypeDescription
funFluidLayoutCustomizationFn

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 initializing the layout itself. The function will be called with two arguments:

  • The actual dashboard layout - Customizer that allows the plugin to add new sections or section items

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

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

  • IDashboardLayoutCustomizer.customizeFluidLayout() 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