HSpacer Component
Overview
Adds a horizontal 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 horizontal 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 HSpacer:
{
"type": "HSpacer",
"size": "12"
}