DashboardLayoutSectionItemMovedPayload
Home > @gooddata/sdk-ui-dashboard > DashboardLayoutSectionItemMovedPayload
DashboardLayoutSectionItemMovedPayload 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 DashboardLayoutSectionItemMoved event.
Signature:
export interface DashboardLayoutSectionItemMovedPayload
Properties
| Property | Type | Description |
|---|---|---|
| fromIndex | number | (BETA) Index within the fromSection from where the item was moved. |
| fromSectionIndex | number | (BETA) Index of section from which the item was moved. |
| item | ExtendedDashboardItem | (BETA) Item that was moved. |
| originalSectionRemoved | boolean | (BETA) Indicate, that original section has been removed. |
| toIndex | number | (BETA) Index in toSection at which the item was inserted. |
| toSectionIndex | number | (BETA) Index of section to which the item was moved.This may be the same as fromSectionIndex - which means the move happened within the same section. |