Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext-headless
common/headless-plugin-protocol
NotebookDocumentsAndEditorsExt
Interface NotebookDocumentsAndEditorsExt
interface
NotebookDocumentsAndEditorsExt
{
$acceptActiveCellEditorChange
(
newActiveEditor
:
null
|
string
)
:
void
;
$acceptDocumentsAndEditorsDelta
(
delta
:
NotebookDocumentsAndEditorsDelta
,
)
:
Promise
<
void
>
;
}
Hierarchy (
View Summary
)
NotebookDocumentsAndEditorsExt
NotebooksExt
Index
Methods
$accept
Active
Cell
Editor
Change
$accept
Documents
And
Editors
Delta
Methods
$accept
Active
Cell
Editor
Change
$acceptActiveCellEditorChange
(
newActiveEditor
:
null
|
string
)
:
void
Parameters
newActiveEditor
:
null
|
string
Returns
void
$accept
Documents
And
Editors
Delta
$acceptDocumentsAndEditorsDelta
(
delta
:
NotebookDocumentsAndEditorsDelta
,
)
:
Promise
<
void
>
Parameters
delta
:
NotebookDocumentsAndEditorsDelta
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
$accept
Active
Cell
Editor
Change
$accept
Documents
And
Editors
Delta
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...