Interface: WordRange
Defined in: Data/Core/Types.ts:479
A range of words within a verse.
Word offset convention (v2, WS-5): 0-based and inclusive. start is the
index of the first word, end the index of the last word (so a single word
has start === end). This matches user_text_markup (the only offset field
with live user data), JS array indexing in the renderer, and the formatting
span offsets. interlinear_word moves from 1-based to 0-based in v2.
Properties
end
end:
number
Defined in: Data/Core/Types.ts:481
start
start:
number
Defined in: Data/Core/Types.ts:480