object

PageSections

An object representing a section of the page. Each section can contain various attributes and elements that contribute to the page's content.
Fields
blocks
[JSON]
An array of blocks within the section, where each block is represented as an object.
label
String
A label for the section, which can be used for display purposes.
name
String
The name of the section.
predicate
PagePredicate
An object defining conditions or predicates for the section.
preset
JSON
An object containing preset configurations for the section.
props
JSON
An object containing various properties associated with the section.