Home

Section

Properties

The Section type has these properties:

NameDescriptionTypeInherited from
idThe identifier for this item.StringEntity
sectionTypeThe type of section.SectionType-
contentThe content within the section.Block*-
authorsThe authors of the section.Author*-
provenanceA summary of the provenance of the content within the section.ProvenanceCount*-

Related

The Section type is related to these types:

Bindings

The Section type is represented in:

Testing

During property-based (a.k.a generative) testing, the properties of the Section type are generated using the following strategies.

PropertyComplexityDescriptionStrategy
sectionTypeMin+No type.None
Low+Generate an arbitrary section type.option::of(SectionType::arbitrary())
contentMin+An empty vectorVec::new()
Low+Generate an arbitrary heading and an arbitrary paragraph.vec_heading_paragraph()
High+Generate up to four arbitrary, non-recursive, block nodes.vec_blocks_non_recursive(4)
MaxGenerate up to eight arbitrary, non-recursive, block nodes.vec_blocks_non_recursive(8)

This documentation was generated from Section.yaml by docs_types.rs.

© 2026 Stencila