Interface: PresentationEntry¶
Defined in: core/src/types/ast.ts:584
Canonical presentation metadata for a generated section title.
Extends¶
Properties¶
loc¶
readonlyloc:object
Defined in: core/src/types/ast.ts:467
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:587
Canonical section ID. Omitted for the block's primary section.
sectionLoc?¶
readonlyoptionalsectionLoc?:SourceLocation
Defined in: core/src/types/ast.ts:590
source¶
readonlysource:"explicit"|"legacy"
Defined in: core/src/types/ast.ts:589
title¶
readonlytitle:string
Defined in: core/src/types/ast.ts:588
titleLoc¶
readonlytitleLoc:SourceLocation
Defined in: core/src/types/ast.ts:591
type¶
readonlytype:"PresentationEntry"
Defined in: core/src/types/ast.ts:585