Skip to main content

Interface: FormattedVerse

Defined in: Api/ApiTypes.ts:28

Properties

bookNumber

bookNumber: number

Defined in: Api/ApiTypes.ts:30


chapter

chapter: number

Defined in: Api/ApiTypes.ts:31


footnotes?

optional footnotes?: Footnote[]

Defined in: Api/ApiTypes.ts:38


isParagraphStart

isParagraphStart: boolean

Defined in: Api/ApiTypes.ts:34


sectionHeading?

optional sectionHeading?: string

Defined in: Api/ApiTypes.ts:35


textHtml

textHtml: string

Defined in: Api/ApiTypes.ts:33


verse

verse: number

Defined in: Api/ApiTypes.ts:32


verseId

verseId: number

Defined in: Api/ApiTypes.ts:29


wordsOfChrist?

optional wordsOfChrist?: boolean

Defined in: Api/ApiTypes.ts:37

True if this verse contains any words-of-Christ markup. Performance hint so the renderer can skip red-letter processing for verses that have none. Individual word ranges are in the formatting data of the underlying BibleVerse.