@acrolinx/sidebar-interface
    Preparing search index...

    Interface Match

    interface Match {
        content: string;
        externalContentMatches?: ExternalContentMatch[];
        extractedRange?: [number, number];
        locations?: MatchLocation[];
        range: [number, number];
    }

    Hierarchy (View Summary)

    Index

    Properties

    content: string
    externalContentMatches?: ExternalContentMatch[]

    Available since the 2022.05 server.

    extractedRange?: [number, number]

    Available since the 5.0 server.

    locations?: MatchLocation[]

    Available since the 5.2.1 server.

    range: [number, number]

    A range are two numbers: A start offset and an end offset.