DashboardLayoutSectionItemMovedToNewSectionPayload
Home > @gooddata/sdk-ui-dashboard > DashboardLayoutSectionItemMovedToNewSectionPayload
DashboardLayoutSectionItemMovedToNewSectionPayload 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 DashboardLayoutSectionItemMovedToNewSection event.
Signature:
export interface DashboardLayoutSectionItemMovedToNewSectionPayload
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
fromIndex | readonly | number | (BETA) Index within the fromSection from where the item was moved. |
fromPath | readonly | ILayoutItemPath | (BETA) Index 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. |
toPath | readonly | ILayoutItemPath | (BETA) Index 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 |