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 |
---|---|---|---|
(Optional) The size configuration to use for a screen larger than the set md breakpoint, but smaller than the set xl breakpoint. | |||
(Optional) The size configuration to use for a screen larger than the set sm breakpoint, but smaller than the set md breakpoint. | |||
(Optional) The size configuration to use for a screen larger than the set xs breakpoint, but smaller than the set sm breakpoint. | |||
The size configuration to use for a screen larger than the set xl breakpoint. This is also default configuration | |||
(Optional) The size configuration to use for a screen with a width less than the set xs breakpoint. |