IFluidLayoutCustomizer
Home > @gooddata/sdk-ui-dashboard > IFluidLayoutCustomizer
IFluidLayoutCustomizer interface
Set of functions you can use to customize the fluid layout of the dashboard rendered.
Signature:
export interface IFluidLayoutCustomizer
Methods
Method | Description |
---|---|
addItem(sectionIdx, itemIdx, item) | Adds a new item containing a custom widget onto the dashboard. |
addSection(sectionIdx, section) | Adds a new section with one or more custom widgets onto the fluid layout. |