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