IDashboardLayoutSizeByScreenSize
Home > @gooddata/sdk-model > IDashboardLayoutSizeByScreenSize
IDashboardLayoutSizeByScreenSize interface
Dashboard layout size configuration, defined by screen type.
Signature:
export interface IDashboardLayoutSizeByScreenSize
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
lg? | IDashboardLayoutSize | (Optional) The size configuration to use for a screen larger than the set md breakpoint, but smaller than the set xl breakpoint. | |
md? | IDashboardLayoutSize | (Optional) The size configuration to use for a screen larger than the set sm breakpoint, but smaller than the set md breakpoint. | |
sm? | IDashboardLayoutSize | (Optional) The size configuration to use for a screen larger than the set xs breakpoint, but smaller than the set sm breakpoint. | |
xl | IDashboardLayoutSize | The size configuration to use for a screen larger than the set xl breakpoint. This is also default configuration | |
xs? | IDashboardLayoutSize | (Optional) The size configuration to use for a screen with a width less than the set xs breakpoint. |