Skip to content

BlockNote

BlockNote = BaseNode & object

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

children: Block[]

optional data: object

Optional payload data fetched from the source.

optional id: string

informative: true

Always true - marks content scope as informative for citation classification.

optional noteType: "note" | "warning" | "example" | "issue"

Type of note, derived from class or element semantics.

optional src: string

Optional source URL, e.g., for issue notes.

type: "note"