Interface: BlockBodyOptions¶
Defined in: core/src/canonical-ast.ts:50
Properties¶
projection?¶
readonlyoptionalprojection?:"TextContent"|"ObjectContent"|"ArrayContent"|"MixedContent"
Defined in: core/src/canonical-ast.ts:51
text?¶
readonlyoptionaltext?:object
Defined in: core/src/canonical-ast.ts:52
loc¶
readonlyloc:object
Source location
loc.column¶
readonlycolumn:number
Column number (1-indexed)
loc.file¶
readonlyfile:string
File path
loc.line¶
readonlyline:number
Line number (1-indexed)
loc.offset?¶
readonlyoptionaloffset?:number
Byte offset from start of file
type¶
readonlytype:"TextContent"
Node type discriminator
value¶
readonlyvalue:string
Text value (without delimiters)