RemoveLayoutSectionPayload
Home > @gooddata/sdk-ui-dashboard > RemoveLayoutSectionPayload
RemoveLayoutSectionPayload interface
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.
Payload of the RemoveLayoutSection command.
Signature:
export interface RemoveLayoutSectionPayload
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
index | readonly | RelativeIndex | (BETA) Index of section to remove. Zero based. For convenience -1 can be used to remove the last section. |
stashIdentifier? | readonly | StashedDashboardItemsId | (BETA) (Optional) Specify stash identifier. |