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 |
---|---|---|---|
header? | IDashboardLayoutSectionHeader | (Optional) Section header with title and description. | |
items | IDashboardLayoutItem<TWidget>[] | Section items. | |
type | "IDashboardLayoutSection" | Unique type to identify dashboard layout section. |