itemIndex
Home > @gooddata/sdk-ui-dashboard > MoveSectionItemToNewSectionPayload > itemIndex
MoveSectionItemToNewSectionPayload.itemIndex 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 item that should be moved.
Index is zero-based.
Signature:
readonly itemIndex: number;
Remarks
MoveSectionItemToNewSectionPayload.itemIndex support will be removed in the next major SDK version. Use MoveSectionItemToNewSectionPayload.itemPath instead.
TODO LX-648: Remove itemIndex in the next major version.