TextToken
Defined in: core/src/features/tokens/parser/types.ts:6
Properties
Section titled “Properties”content
Section titled “content”content: string;Defined in: core/src/features/tokens/parser/types.ts:8
optional id: number;Defined in: core/src/features/tokens/parser/types.ts:14
Stable identity id, stamped by reconcile (tokenIdentity) — NOT by the parser. Absent on freshly parsed, never-reconciled trees.
position
Section titled “position”position: object;Defined in: core/src/features/tokens/parser/types.ts:9
end: number;start: number;type: "text";Defined in: core/src/features/tokens/parser/types.ts:7