DashboardLayoutSectionMovedPayload
Home > @gooddata/sdk-ui-dashboard > DashboardLayoutSectionMovedPayload
DashboardLayoutSectionMovedPayload 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 DashboardLayoutSectionMoved event.
Signature:
export interface DashboardLayoutSectionMovedPayload
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
fromIndex | readonly | number | (BETA) Index from which the section was moved. |
section | readonly | ExtendedDashboardLayoutSection | (BETA) The section moved. |
toIndex | readonly | number | (BETA) Zero-based index to which the section was moved. |