Skip to content

Page break element

Starts a new page.

- { type: pageBreak }
page-break.report.yaml
title: Chapters
data:
chapters: { fields: { Title: string } }
body:
detail:
- content:
- { type: text, value: "{Title}", fontSize: 18pt, fontWeight: bold, tag: h1 }
- { type: text, value: Each chapter ends with a page break, so the next one starts on a new page. }
- { type: pageBreak }

It has only the properties of every element.

It also has the properties of every element and the style properties.