DashboardLayoutSectionRemoved
Home > @gooddata/sdk-ui-dashboard > DashboardLayoutSectionRemoved
DashboardLayoutSectionRemoved 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.
This event is emitted when a dashboard layout section is removed from the layout.
Note: this event will be emitted also when the section is removed as part of eager removal of its items. E.g. item is removed, it is last item in the section, and the whole section is removed as well.
Signature:
export interface DashboardLayoutSectionRemoved extends IDashboardEvent
Extends: IDashboardEvent
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
payload | readonly | DashboardLayoutSectionRemovedPayload | (BETA) |
type | readonly | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_REMOVED" | (BETA) |