IDashboardLayoutItem
Home > @gooddata/sdk-model > IDashboardLayoutItem
IDashboardLayoutItem interface
Dashboard layout item - usually contains kpi widget, insight widget or another nested layout. Generic TWidget param is here to support type checking with custom widgets (e.g. in Dashboard component).
Signature:
export interface IDashboardLayoutItem<TWidget = IDashboardWidget>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
size | IDashboardLayoutSizeByScreenSize | Item size configuration for each of the screen sizes. | |
type | "IDashboardLayoutItem" | Unique type to identify dashboard layout item. | |
widget? | TWidget | (Optional) Widget data - kpi widget, insight widget, nested layout or custom widget. |