Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
plugin/types-impl
FileCellEdit
Interface FileCellEdit
interface
FileCellEdit
{
_type
:
Cell
;
edit
?:
CellMetadataEdit
|
NotebookDocumentMetadataEdit
;
metadata
?:
WorkspaceEditEntryMetadata
;
notebookMetadata
?:
Record
<
string
,
unknown
>
;
uri
:
URI
;
}
Index
Properties
_
type
edit?
metadata?
notebook
Metadata?
uri
Properties
Readonly
_
type
_type
:
Cell
Optional
Readonly
edit
edit
?:
CellMetadataEdit
|
NotebookDocumentMetadataEdit
Optional
Readonly
metadata
metadata
?:
WorkspaceEditEntryMetadata
Optional
Readonly
notebook
Metadata
notebookMetadata
?:
Record
<
string
,
unknown
>
Readonly
uri
uri
:
URI
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
type
edit
metadata
notebook
Metadata
uri
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...