RemoveSectionItemByWidgetRefPayload
Home > @gooddata/sdk-ui-dashboard > RemoveSectionItemByWidgetRefPayload
RemoveSectionItemByWidgetRefPayload 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 RemoveSectionItemByWidgetRef command.
Signature:
export interface RemoveSectionItemByWidgetRefPayload
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
eager? | readonly | boolean | (BETA) (Optional) Specify whether to eagerly remove the entire section if the item being removed was the only item in the section. |
stashIdentifier? | readonly | StashedDashboardItemsId | (BETA) (Optional) Specify stash identifier. |
widgetRef | readonly | ObjRef | (BETA) Widget reference of the item to remove. |