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!
flexSizeandfixedSize.pxmust not be defined together! Only one may be defined per region.fixedSize.pxThe dimension (in pixels) of this region, along some parent-determined basis axis.flexSizeThe dimension of this region, as a ratio of equal-spacing : this-region's-sizeborderWidth.pxThe size of this region's border. If 0, null, or undefined, the border isn't shown.borderColorThe color of the border to display. If null or undefined, the border is black.backgroundColorThe color of this region's background, as a CSS color. Defaults to "none"padding.pxWhether to shrink the content of this region, and if so, by how many pixels.DashboardLayoutRegion