platform-bible-utils
    Preparing search index...

    Type Alias UsjContentLocation

    Node within a USJ object, an offset within that node, and a JSONPath query to the node

    type UsjContentLocation = {
        jsonPath: ContentJsonPath;
        node: MarkerContent;
        offset: number;
    }
    Index

    Properties

    Properties

    jsonPath: ContentJsonPath
    node: MarkerContent
    offset: number