platform-bible-utils
    Preparing search index...

    Type Alias UsfmScrRefVerseLocation

    A verse ref and an offset within that verse in USFM space that point to a specific location in USFM. This uses scrRef instead of verseRef for backwards compatibility.

    13 November 2025. Use UsfmVerseLocation instead.

    type UsfmScrRefVerseLocation = {
        offset?: number;
        scrRef: 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.

    scrRef: SerializedVerseRef

    Verse reference indicating which verse the location is in