Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
notebook
NotebookEditorFindOptions
Interface NotebookEditorFindOptions
interface
NotebookEditorFindOptions
{
jumpToMatch
?:
boolean
;
matchCase
?:
boolean
;
modifyIndex
?:
(
(
matches
,
index
)
=>
number
)
;
regex
?:
boolean
;
search
?:
string
;
wholeWord
?:
boolean
;
}
Index
Properties
jump
To
Match?
match
Case?
modify
Index?
regex?
search?
whole
Word?
Properties
Optional
jump
To
Match
jump
To
Match
?:
boolean
Optional
match
Case
match
Case
?:
boolean
Optional
modify
Index
modify
Index
?:
(
(
matches
,
index
)
=>
number
)
Type declaration
(
matches
,
index
)
:
number
Parameters
matches
:
NotebookEditorFindMatch
[]
index
:
number
Returns
number
Optional
regex
regex
?:
boolean
Optional
search
search
?:
string
Optional
whole
Word
whole
Word
?:
boolean
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
jump
To
Match
match
Case
modify
Index
regex
search
whole
Word
Theia TypeDoc
Loading...