SourceOutline
@forge/monorepo / backend/src / SourceOutline
Type Alias: SourceOutline
SourceOutline =
object
Defined in: backend/src/knowledge/navigate.ts:36
What a chooser sees of one document: enough to decide, and not the document itself.
Properties
headings
readonlyheadings: readonlystring[]
Defined in: backend/src/knowledge/navigate.ts:41
The heading trail, in document order. This is the table of contents a person would read.
sourceId
readonlysourceId:string
Defined in: backend/src/knowledge/navigate.ts:38
sourceType
readonlysourceType:KnowledgeChunk["sourceType"]
Defined in: backend/src/knowledge/navigate.ts:37
title
readonlytitle:string
Defined in: backend/src/knowledge/navigate.ts:39