Interface: LegacyFormattingData
Defined in: Data/Text/VerseFormatting.ts:173
The legacy bible_verse.formatting_data shape found in shipped v1 modules.
Only three keys occur across all 53 shipped bible modules: paragraph_start
(always false), added_words, and words_of_christ. Its offsets are in the
legacy word space — see normalizeVerseText for the conversion.
Properties
added_words?
readonlyoptionaladded_words?: readonlyLegacyFormattingRange[]
Defined in: Data/Text/VerseFormatting.ts:175
paragraph_start?
readonlyoptionalparagraph_start?:boolean
Defined in: Data/Text/VerseFormatting.ts:174
words_of_christ?
readonlyoptionalwords_of_christ?: readonlyLegacyFormattingRange[]
Defined in: Data/Text/VerseFormatting.ts:176