platform-bible-utils
    Preparing search index...

    Type Alias UsjTextContentLocation

    A JSONPath query to a specific point in a text content string in a MarkerObject.content array.

    type UsjTextContentLocation = {
        jsonPath: ContentJsonPath;
        offset: number;
    }
    Index

    Properties

    Properties

    jsonPath: ContentJsonPath

    JSON path to the text content string the location is pointing to. The offset applies to this text string.

    offset: number

    The character index in the text content string where this location is pointing. The location is at this offset within the text content string.