Theia API Documentation v1.65.0
    Preparing search index...

    Representation of a find match.

    interface FindMatch {
        matches: string[];
        range: Range;
    }
    Index

    Properties

    Properties

    matches: string[]

    The textual match.

    range: Range

    The range for the given match.