Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/notebook
browser/view-model/notebook-cell-model
NotebookCodeEditorFindMatch
Class NotebookCodeEditorFindMatch
Implements
NotebookEditorFindMatch
Index
Constructors
constructor
Properties
cell
range
selected
text
Model
Methods
replace
show
Constructors
constructor
new
NotebookCodeEditorFindMatch
(
cell
:
NotebookCellModel
,
range
:
Range
,
textModel
:
MonacoEditorModel
,
)
:
NotebookCodeEditorFindMatch
Parameters
cell
:
NotebookCellModel
range
:
Range
textModel
:
MonacoEditorModel
Returns
NotebookCodeEditorFindMatch
Properties
Readonly
cell
cell
:
NotebookCellModel
Readonly
range
range
:
Range
selected
selected
:
boolean
= false
Readonly
text
Model
textModel
:
MonacoEditorModel
Methods
replace
replace
(
value
:
string
)
:
void
Parameters
value
:
string
Returns
void
show
show
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cell
range
selected
text
Model
Methods
replace
show
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...