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 on minRows.

  • 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 on minCols.

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 on minHeight.

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 on minRows.

  • 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 on minCols.