platform-bible-utils
    Preparing search index...

    Type Alias UsjSearchResult

    Result of a search for text within a USJ object

    type UsjSearchResult = {
        location: UsjContentLocation;
        text: string;
    }
    Index

    Properties

    Properties

    text: string

    The matching text that was found at the location