platform-bible-utils
    Preparing search index...

    Type Alias UsfmVerseRefVerseLocation

    A verse ref and an offset within that verse in USFM space that point to a specific location in USFM

    type UsfmVerseRefVerseLocation = {
        offset?: number;
        verseRef: SerializedVerseRef;
    }
    Index

    Properties

    Properties

    offset?: number

    Offset to apply to start of the verse indicated by verseRef.

    If the verse is 0, offset 0 is the start of the chapter. If the verse is greater than 0, offset 0 is the backslash on the verse marker.

    If not provided, defaults to 0.

    verseRef: SerializedVerseRef

    Verse reference indicating which verse the location is in