Skip to main content

width

Allows to give a specific width for the application's container. In widget mode, this parameter will be replaced by the content of the property widgetConfig. The width can be given as :

  • type number : size in pixels
  • type string : allows using relative sizes (%, vw, ...)

Examples :

  • 400
  • '80%'
  • '100vw'