Component settings
Sheet settings
Settings for the sheetSettings application type (i.e. device detail page or main page)
-
minRows
The minimal amount of rows this component requires. -
minCols
The minimal amount of columns this component requires. -
maxRows (optional)
The maximum amount of rows this component can resize to. -
maxCols (optional)
The maximum amount of columns this component can resize to. -
defaultRows (optional)
The amount of rows this component gets assigned by default when it is placed on a page. When this property is not present it will fall back onminRows. -
defaultCols (optional)
The amount of columns this component gets assigned by default when it is placed on a page. When this property is not present it will fall back onminCols.
Card settings
Settings for the cardSettings application type (i.e. device card). Required to make the component available in cards.
-
minHeight
The minimal height (in pixels) this component requires by default. -
maxHeight (optional)
The maximum height (in pixels) this component can resize to. -
defaultHeight (optional)
The height this component gets assigned by default when it is placed on a card. When this property is not present it will fall back onminHeight.
NoteKeep in mind that if you want to display UI Components in cards, you have to set up the right settings using the
cardSettingsobject. If you don't do that, the contents of the card might not be visible.
Report settings
Settings for the reportSettings application type. Required to make the component available in reports.
-
minRows
The minimal amount of rows this component requires. -
minCols
The minimal amount of columns this component requires. -
maxRows (optional)
The maximum amount of rows this component can resize to. -
maxCols (optional)
The maximum amount of columns this component can resize to. -
defaultRows (optional)
The amount of rows this component gets assigned by default when it is placed on a page. When this property is not present it will fall back onminRows. -
defaultCols (optional)
The amount of columns this component gets assigned by default when it is placed on a page. When this property is not present it will fall back onminCols.
Updated 11 days ago
