toSection
Home > @gooddata/sdk-ui-dashboard > MoveSectionItemToNewSectionPayload > toSection
MoveSectionItemToNewSectionPayload.toSection 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.
Path of section that should be created and the item should be moved into.
Index is zero-based. For convenience, you may specify -1 to move to last section.
TODO LX-648: make the prop required
Signature:
readonly toSection?: ILayoutSectionPath;