VSpacer Component
Overview
Adds a vertical space between components.
Schema
| key | type | required | description |
|---|---|---|---|
| type | string |
required | A string defining the component type as a Spacer. |
| size | number |
required | The size of the vertical spacer to add to the report in pixels. |
| debug | DebugOptions |
optional | Enables highlighting of this component in the report. Useful for debugging layout issues. |
| condition | Conditional |
optional | The component will not be rendered in the report if a condition is present and it evaluates to false. For more information on conditions, see Conditionals. |
Example
An example of a VSpacer:
{
"type": "VSpacer",
"size": "12"
}