dev
Preparing search index...
Result
Interface Result
interface
Result
{
errorPos
?:
number
;
incrementPos
?:
number
;
matchedString
?:
string
;
matches
?:
Match
[]
;
numMatches
?:
number
;
pos
?:
number
;
results
?:
GroupedResults
;
success
:
boolean
;
}
Index
Properties
error
Pos?
increment
Pos?
matched
String?
matches?
num
Matches?
pos?
results?
success
Properties
Optional
error
Pos
errorPos
?:
number
Optional
increment
Pos
incrementPos
?:
number
Optional
matched
String
matchedString
?:
string
Optional
matches
matches
?:
Match
[]
Optional
num
Matches
numMatches
?:
number
Optional
pos
pos
?:
number
Optional
results
results
?:
GroupedResults
success
success
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
Pos
increment
Pos
matched
String
matches
num
Matches
pos
results
success
dev
Loading...