DashboardLayoutSectionMovedPayload
Home > @gooddata/sdk-ui-dashboard > DashboardLayoutSectionMovedPayload
DashboardLayoutSectionMovedPayload interface
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Payload of the DashboardLayoutSectionMoved event.
Signature:
export interface DashboardLayoutSectionMovedPayload
Properties
Property | Type | Description |
---|---|---|
fromIndex | number | (BETA) Index from which the section was moved. |
section | ExtendedDashboardLayoutSection | (BETA) The section moved. |
toIndex | number | (BETA) Zero-based index to which the section was moved. |