sectionIndex
Home > @gooddata/sdk-ui-dashboard > MoveSectionItemPayload > sectionIndex
MoveSectionItemPayload.sectionIndex 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 the section where the item to move is located.
Index is zero-based.
Signature:
readonly sectionIndex: number;
Remarks
MoveSectionItemPayload.sectionIndex support will be removed in the next major SDK version. Use MoveSectionItemPayload.fromPath instead.
TODO LX-648: Remove sectionIndex in the next major version.