IDashboardLayoutSection
Home > @gooddata/sdk-model > IDashboardLayoutSection
IDashboardLayoutSection interface
Dashboard layout section represents a group of widgets on the dashboard with a title and description.
Signature:
export interface IDashboardLayoutSection<TWidget = IDashboardWidget> 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| (Optional) Section header with title and description. | |||
| IDashboardLayoutItem<TWidget>[] | Section items. | ||
| "IDashboardLayoutSection" | Unique type to identify dashboard layout section. |