Skip to main content

Interface: VerseTopicEntry

Defined in: Services/StudyOverview/types.ts:64

One topic occurrence at a verse, tagged with its source module.

Properties

a?

optional a?: VerseTopicAncestor[]

Defined in: Services/StudyOverview/types.ts:77

Ancestors root-first, one tuple each (omitted if root). Consumers should prefer this over p: it is the only form carrying the ids needed to open an ancestor topic. Caches generated before this field existed have p only, so readers must tolerate its absence.


d?

optional d?: string

Defined in: Services/StudyOverview/types.ts:85

Optional topic description


id

id: number

Defined in: Services/StudyOverview/types.ts:66

Topic id within its module


n

n: string

Defined in: Services/StudyOverview/types.ts:68

Topic name


p?

optional p?: string

Defined in: Services/StudyOverview/types.ts:70

Parent chain joined with " > " (omitted if root)


sn

sn: string

Defined in: Services/StudyOverview/types.ts:83

Source module display name


src

src: string

Defined in: Services/StudyOverview/types.ts:81

Source module abbreviation


vc

vc: number

Defined in: Services/StudyOverview/types.ts:79

Recursive verse count for this topic + descendants