Page Break Component
Overview
Adds a page break to the report.
Schema
| key | type | required | description |
|---|---|---|---|
| type | string |
required | A string defining the component type as a PageBreak. |
| 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 Page Break:
{
"type": "PageBreak"
}