Page break element
Starts a new page.
- { type: pageBreak }Example
Section titled “Example”title: Chaptersdata: 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 }Properties
Section titled “Properties”It has only the properties of every element.
It also has the properties of every element and the style properties.