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
[Block]An array of blocks within the section, where each block is represented as an object.
name
StringThe name of the section.
predicate
PagePredicateAn object defining conditions or predicates for the section.
preset
sectionPresetAn object containing preset configurations for the section.
props
JSONAn object containing various properties associated with the section.
Was this section helpful?