Section
Section =
BaseNode&object
Defined in: packages/speculator/src/types/ast.generated.ts:12
Type Declaration
Section titled “Type Declaration”children
Section titled “children”children: (
Section|Block)[]
dataCopConcept?
Section titled “dataCopConcept?”
optionaldataCopConcept:string
Optional Class of Products (COP) identifier for this section scope.
heading?
Section titled “heading?”
optionalheading:BaseNode&object
Optional section heading
Type Declaration
Section titled “Type Declaration”children
Section titled “children”children:
Inline[]
dataCopConcept?
Section titled “dataCopConcept?”
optionaldataCopConcept:string
Optional Class of Products (COP) identifier for this heading/section scope.
depth:
number
optionalid:string
Optional explicit heading ID
noToc?
Section titled “noToc?”
optionalnoToc:boolean
If true, the section created from this heading will not be numbered and will be omitted from the TOC.
noTocCount?
Section titled “noTocCount?”
optionalnoTocCount:boolean
If true, this heading and its children will not increment the section counter and will not be numbered, but will still be included in the TOC.
type:
"heading"
optionalid:string
Optional explicit section identifier
noToc?
Section titled “noToc?”
optionalnoToc:boolean
If true, this section and its descendants do not increment the TOC counter at this level and are omitted from the TOC.
noTocCount?
Section titled “noTocCount?”
optionalnoTocCount:boolean
If true, this section and its descendants do not increment the section counter and are not numbered, but are still included in the TOC.
type:
"section"