IDashboardLayout
Home > @gooddata/sdk-model > IDashboardLayout
IDashboardLayout interface
Dashboard layout describes the data to be displayed on the dashboard, and their structure for UI rendering. Generic TWidget param is here to support type checking with custom widgets (e.g. in Dashboard component).
Signature:
export interface IDashboardLayout<TWidget = IDashboardWidget>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
sections | IDashboardLayoutSection<TWidget>[] | Layout sections. | |
size? | IDashboardLayoutSize | (Optional) Layout size. | |
type | "IDashboardLayout" | Unique type to identify dashboard layout. |