Skip to main content

Interface: CommentaryEntryAnchor

Defined in: Data/Repositories/ICommentaryRepository.ts:22

A commentary entry's anchor and size, with its id but WITHOUT its content.

The shape VerseLinksService needs to answer "which commentaries have an entry on this verse" — see ICommentaryRepository.getBestEntryAnchorsForRange.

Properties

entryId

entryId: number

Defined in: Data/Repositories/ICommentaryRepository.ts:23


entryLevel

entryLevel: "book" | "verse" | "passage" | "chapter"

Defined in: Data/Repositories/ICommentaryRepository.ts:26


verseIdEnd?

optional verseIdEnd?: number

Defined in: Data/Repositories/ICommentaryRepository.ts:25


verseIdStart

verseIdStart: number

Defined in: Data/Repositories/ICommentaryRepository.ts:24