toSectionIndex
Home > @gooddata/sdk-ui-dashboard > DashboardLayoutSectionItemMovedPayload > toSectionIndex
DashboardLayoutSectionItemMovedPayload.toSectionIndex property
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.
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.
Signature:
readonly toSectionIndex: number;