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 | 
|---|---|---|---|
| 
 | number | (BETA) Index within the  | |
| 
 | (BETA) Index from where the item was moved. | ||
| 
 | number | (BETA) Index of section from which the item was moved. | |
| 
 | (BETA) Item that was moved. | ||
| 
 | boolean | (BETA) Indicate, that original section has been removed. | |
| 
 | number | (BETA) Index in  | |
| 
 | (BETA) Index at which the item was inserted. | ||
| 
 | number | (BETA) Index of section to which the item was moved. This may be the same as  |