RemoveLayoutSectionPayload
Home > @gooddata/sdk-ui-dashboard > RemoveLayoutSectionPayload
RemoveLayoutSectionPayload interface
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Payload of the RemoveLayoutSection command.
Signature:
export interface RemoveLayoutSectionPayload
Properties
Property | Type | Description |
---|---|---|
index | RelativeIndex | (BETA) Index of section to remove.Zero based. For convenience -1 can be used to remove the last section. |
stashIdentifier? | StashedDashboardItemsId | (BETA) (Optional) Specify stash identifier. |