DashboardLayoutChanged
Home > @gooddata/sdk-ui-dashboard > DashboardLayoutChanged
DashboardLayoutChanged 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 after any change to the dashboard layout and will include the entire new layout.
Signature:
export interface DashboardLayoutChanged extends IDashboardEvent
Extends: IDashboardEvent
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
payload | readonly | DashboardLayoutChangedPayload | (BETA) |
type | readonly | "GDC.DASH/EVT.FLUID_LAYOUT.LAYOUT_CHANGED" | (BETA) |