Skip to main content

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?

readonly optional added_words?: readonly LegacyFormattingRange[]

Defined in: Data/Text/VerseFormatting.ts:175


paragraph_start?

readonly optional paragraph_start?: boolean

Defined in: Data/Text/VerseFormatting.ts:174


words_of_christ?

readonly optional words_of_christ?: readonly LegacyFormattingRange[]

Defined in: Data/Text/VerseFormatting.ts:176