Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/notebook
browser/notebook-editor-widget
NotebookEditorProps
Interface NotebookEditorProps
interface
NotebookEditorProps
{
error
?:
Promise
<
string
>
;
notebookData
:
Promise
<
NotebookModel
>
;
notebookType
:
string
;
uri
:
URI
;
}
Index
Properties
error?
notebook
Data
notebook
Type
uri
Properties
Optional
error
error
?:
Promise
<
string
>
notebook
Data
notebookData
:
Promise
<
NotebookModel
>
Readonly
notebook
Type
notebookType
:
string
uri
uri
:
URI
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
notebook
Data
notebook
Type
uri
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...