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