Skip to content

InlineSectionReference

InlineSectionReference = BaseNode & object

Defined in: packages/speculator/src/types/ast.generated.ts:199

optional children: Inline[]

Optional custom link text. If omitted, the renderer should use the section number (e.g., ‘Section 1.2’).

targetId: string

The ID of the target section.

optional targetNumber: string

Resolved section number (e.g., ‘1.2.3’). Filled during compute phase.

optional targetTitle: string

Resolved section title. Filled during compute phase.

type: "sectionReference"