Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext-headless
common/headless-plugin-protocol
NotebookEditorsMain
Interface NotebookEditorsMain
interface
NotebookEditorsMain
{
$tryRevealRange
(
id
:
string
,
range
:
CellRange
,
revealType
:
NotebookEditorRevealType
,
)
:
Promise
<
void
>
;
$trySetSelections
(
id
:
string
,
range
:
CellRange
[]
)
:
void
;
$tryShowNotebookDocument
(
uriComponents
:
UriComponents
,
viewType
:
string
,
options
:
NotebookDocumentShowOptions
,
)
:
Promise
<
string
>
;
dispose
()
:
void
;
}
Hierarchy (
View Summary
)
Disposable
NotebookEditorsMain
Index
Methods
$try
Reveal
Range
$try
Set
Selections
$try
Show
Notebook
Document
dispose
Methods
$try
Reveal
Range
$tryRevealRange
(
id
:
string
,
range
:
CellRange
,
revealType
:
NotebookEditorRevealType
,
)
:
Promise
<
void
>
Parameters
id
:
string
range
:
CellRange
revealType
:
NotebookEditorRevealType
Returns
Promise
<
void
>
$try
Set
Selections
$trySetSelections
(
id
:
string
,
range
:
CellRange
[]
)
:
void
Parameters
id
:
string
range
:
CellRange
[]
Returns
void
$try
Show
Notebook
Document
$tryShowNotebookDocument
(
uriComponents
:
UriComponents
,
viewType
:
string
,
options
:
NotebookDocumentShowOptions
,
)
:
Promise
<
string
>
Parameters
uriComponents
:
UriComponents
viewType
:
string
options
:
NotebookDocumentShowOptions
Returns
Promise
<
string
>
dispose
dispose
()
:
void
Dispose this object.
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
$try
Reveal
Range
$try
Set
Selections
$try
Show
Notebook
Document
dispose
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
Dispose this object.