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 | 
|---|---|---|---|
| 
 | number | (BETA) Index within the  | |
| 
 | (BETA) Path 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) Path at which the item was inserted. | ||
| 
 | number | (BETA) Index of section to which the item was moved. |