Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/editor
browser/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
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
matches
range
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
Representation of a find match.