Mappedin JS - v6.14.0
    Preparing search index...

    Type Alias MatchInfo

    MatchInfo: { [term: string]: string[] }

    Match information for a search result. It is a key-value object where keys are terms that matched, and values are the list of fields that the term was found in.

    Type Declaration

    • [term: string]: string[]