Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
plugin/notebook/notebook-documents
NotebookDocumentsExtImpl
Class NotebookDocumentsExtImpl
Implements
NotebookDocumentsExt
Index
Constructors
constructor
Properties
on
Did
Change
Notebook
Document
on
Did
Save
Notebook
Document
Methods
$accept
Dirty
State
Changed
$accept
Model
Changed
$accept
Model
Saved
Constructors
constructor
new
NotebookDocumentsExtImpl
(
notebooksAndEditors
:
NotebooksExtImpl
,
)
:
NotebookDocumentsExtImpl
Parameters
notebooksAndEditors
:
NotebooksExtImpl
Returns
NotebookDocumentsExtImpl
Properties
Readonly
on
Did
Change
Notebook
Document
onDidChangeNotebookDocument
:
Event
<
NotebookDocumentChangeEvent
>
= ...
Readonly
on
Did
Save
Notebook
Document
onDidSaveNotebookDocument
:
Event
<
NotebookDocument
>
= ...
Methods
$accept
Dirty
State
Changed
$acceptDirtyStateChanged
(
uri
:
UriComponents
,
isDirty
:
boolean
)
:
void
Parameters
uri
:
UriComponents
isDirty
:
boolean
Returns
void
$accept
Model
Changed
$acceptModelChanged
(
uri
:
UriComponents
,
event
:
NotebookCellsChangedEventDto
,
isDirty
:
boolean
,
newMetadata
?:
NotebookDocumentMetadata
,
)
:
void
Parameters
uri
:
UriComponents
event
:
NotebookCellsChangedEventDto
isDirty
:
boolean
Optional
newMetadata
:
NotebookDocumentMetadata
Returns
void
$accept
Model
Saved
$acceptModelSaved
(
uri
:
UriComponents
)
:
void
Parameters
uri
:
UriComponents
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
on
Did
Change
Notebook
Document
on
Did
Save
Notebook
Document
Methods
$accept
Dirty
State
Changed
$accept
Model
Changed
$accept
Model
Saved
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...