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