Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
notebook
NotebookFindWidgetProps
Interface NotebookFindWidgetProps
interface
NotebookFindWidgetProps
{
filters
?:
NotebookEditorFindFilter
[]
;
hidden
?:
boolean
;
onClose
(
)
:
void
;
onReplace
(
matches
,
value
)
:
void
;
onSearch
(
options
)
:
NotebookEditorFindMatch
[]
;
}
Index
Properties
filters?
hidden?
Methods
on
Close
on
Replace
on
Search
Properties
Optional
filters
filters
?:
NotebookEditorFindFilter
[]
Optional
hidden
hidden
?:
boolean
Methods
on
Close
on
Close
(
)
:
void
Returns
void
on
Replace
on
Replace
(
matches
,
value
)
:
void
Parameters
matches
:
NotebookEditorFindMatch
[]
value
:
string
Returns
void
on
Search
on
Search
(
options
)
:
NotebookEditorFindMatch
[]
Parameters
options
:
NotebookEditorFindMatchOptions
Returns
NotebookEditorFindMatch
[]
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
filters
hidden
on
Close
on
Replace
on
Search
Theia TypeDoc
Loading...