Interface: PresentationEntry¶
Defined in: core/src/types/ast.ts:614
Canonical presentation metadata for a generated section title.
Extends¶
Properties¶
loc¶
readonlyloc:object
Defined in: core/src/types/ast.ts:497
column¶
readonlycolumn:number
Column number (1-indexed)
file¶
readonlyfile:string
File path
line¶
readonlyline:number
Line number (1-indexed)
offset?¶
readonlyoptionaloffset?:number
Byte offset from start of file
Inherited from¶
sectionId?¶
readonlyoptionalsectionId?:string
Defined in: core/src/types/ast.ts:617
Canonical section ID. Omitted for the block's primary section.
sectionLoc?¶
readonlyoptionalsectionLoc?:SourceLocation
Defined in: core/src/types/ast.ts:620
source¶
readonlysource:"explicit"|"legacy"
Defined in: core/src/types/ast.ts:619
title¶
readonlytitle:string
Defined in: core/src/types/ast.ts:618
titleLoc¶
readonlytitleLoc:SourceLocation
Defined in: core/src/types/ast.ts:621
type¶
readonlytype:"PresentationEntry"
Defined in: core/src/types/ast.ts:615