Skip to main content

Interface: VerseSearchResult

Defined in: Api/ApiTypes.ts:58

Properties

bookName

bookName: string

Defined in: Api/ApiTypes.ts:68


bookNumber

bookNumber: number

Defined in: Api/ApiTypes.ts:64


chapter

chapter: number

Defined in: Api/ApiTypes.ts:65


module

module: string

Defined in: Api/ApiTypes.ts:69


passageEnd?

optional passageEnd?: number

Defined in: Api/ApiTypes.ts:63

End of the matched passage range (for passage-level results).


passageStart?

optional passageStart?: number

Defined in: Api/ApiTypes.ts:61

Start of the matched passage range (for passage-level results). Defaults to verseId for single-verse matches.


textHtml

textHtml: string

Defined in: Api/ApiTypes.ts:67


verse

verse: number

Defined in: Api/ApiTypes.ts:66


verseId

verseId: number

Defined in: Api/ApiTypes.ts:59