index
Home > @gooddata/sdk-ui-dashboard > ChangeLayoutSectionHeaderPayload > index
ChangeLayoutSectionHeaderPayload.index property
Index of section whose header to set.
Signature:
readonly index: number | ILayoutSectionPath;
Remarks
Index is zero based. Exact index must be provided.
"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.