itemIndex
Home > @gooddata/sdk-ui-dashboard > IMoveSectionItemToNewSectionPayload > itemIndex
IMoveSectionItemToNewSectionPayload.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
IMoveSectionItemToNewSectionPayload.itemIndex support will be removed in the next major SDK version. Use IMoveSectionItemToNewSectionPayload.itemPath instead.
TODO LX-648: Remove itemIndex in the next major version.