selectors Properties

The selectors key contains layout properties that specify the layout name, designer grid settings, background settings, and requirements for devices that can use this layout.

Property NameTypeDetails
minWidth(<width>)IntegerMinimum width (in pixels) of the devices supported by this layout. Included in the Dashboard Designer’s user interface.
maxWidth(<width>)IntegerMaximum width (in pixels) of the devices supported by this layout. Included in the Dashboard Designer’s user interface.
orientation( <orientation>)StringOrientation of the devices supported by this layout. Valid values are: ```portraitorlandscape`. If this property is not specified, then the layout supports both orientations. Included in the Dashboard Designer’s user interface.
platform(<platform>)StringPlatform of the devices supported by this layout. Valid values are: iOS or Android. If this property is not specified, the layout supports both platforms. Included in the Dashboard Designer’s user interface.