height
Allows to give a specific height for the application's container. In widget mode, this parameter will be replaced by the content of the property widgetConfig.
The height can be given as :
- type
number: size in pixels - type
string: allows using relative sizes (%, vh, ...)
Examples :
- 400
- '80%'
- '100vh'