Interface IDashboardLayoutProperties
Hierarchy
-
IDashboardLayoutProperties
Properties
backgroundColor
backgroundColor: Color
borderColor
borderColor: Color
borderWidth.px
borderWidth.px: number
captionBackground
captionBackground: Color
captionColor
captionColor: Color
maximized
maximized: boolean
padding.px
padding.px: number
showRegion
showRegion: boolean
showTitle
showTitle: boolean
Generic layout properties for layout regions. Important!
flexSize
andfixedSize.px
must not be defined together! Only one may be defined per region.fixedSize.px
The dimension (in pixels) of this region, along some parent-determined basis axis.flexSize
The dimension of this region, as a ratio of equal-spacing : this-region's-sizeborderWidth.px
The size of this region's border. If 0, null, or undefined, the border isn't shown.borderColor
The color of the border to display. If null or undefined, the border is black.backgroundColor
The color of this region's background, as a CSS color. Defaults to "none"padding.px
Whether to shrink the content of this region, and if so, by how many pixels.DashboardLayoutRegion