Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
editor
FindMatch
Interface FindMatch
Representation of a find match.
interface
FindMatch
{
matches
:
string
[]
;
range
:
Range
;
}
Index
Properties
matches
range
Properties
Readonly
matches
matches
:
string
[]
The textual match.
Readonly
range
range
:
Range
The range for the given match.
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
matches
range
Theia TypeDoc
Loading...
Representation of a find match.