Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
core
core
Match
Interface Match<T>
A fuzzy search match.
interface
Match
<
T
>
{
item
:
T
;
ranges
:
readonly
core
.
Range
[]
;
}
Type Parameters
T
Index
Properties
item
ranges
Properties
Readonly
item
item
:
T
The original item.
Readonly
ranges
ranges
:
readonly
core
.
Range
[]
An array of ranges representing the match regions.
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
item
ranges
Theia TypeDoc
Loading...
A fuzzy search match.