Interface FindMatch

Representation of a find match.

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

Properties

Properties

matches: string[]

The textual match.

range: Range

The range for the given match.