Component settings

Sheet settings

Settings for the sheet 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 card application type (i.e. device card)

  • 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 report application type

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