IDashboardLayoutSize
Home > @gooddata/sdk-model > IDashboardLayoutSize
IDashboardLayoutSize interface
Dashboard layout size definition.
Signature:
export interface IDashboardLayoutSize
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
gridHeight? | number | (Optional) Height, defined as a number of grid rows. | |
gridWidth | number | Width, defined as a number of grid columns (grid is 12 columns wide by default). | |
heightAsRatio? | number | (Optional) Height defined as the ratio to the width in percent. Examples: - When heightAsRatio is 100, the column has a 1:1 ratio. - When heightAsRatio is 200, the column has a 1:2 ratio. - When heightAsRatio is 50, the column has a 2:1 ratio. |