DashboardLayoutSectionAddedPayload
Home > @gooddata/sdk-ui-dashboard > DashboardLayoutSectionAddedPayload
DashboardLayoutSectionAddedPayload interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Payload of the DashboardLayoutSectionAdded event.
Signature:
export interface DashboardLayoutSectionAddedPayload
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
index | readonly | number | (BETA) Index of the new section among other sections in the layout. Index is zero-based. |
section | readonly | ExtendedDashboardLayoutSection | (BETA) The new section. |