Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
plugin/types-impl
CellEdit
Interface CellEdit
interface
CellEdit
{
_type
:
CellReplace
;
cells
:
NotebookCellData
[]
;
count
:
number
;
index
:
number
;
metadata
?:
WorkspaceEditEntryMetadata
;
uri
:
URI
;
}
Index
Properties
_
type
cells
count
index
metadata?
uri
Properties
Readonly
_
type
_type
:
CellReplace
Readonly
cells
cells
:
NotebookCellData
[]
Readonly
count
count
:
number
Readonly
index
index
:
number
Optional
Readonly
metadata
metadata
?:
WorkspaceEditEntryMetadata
Readonly
uri
uri
:
URI
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
type
cells
count
index
metadata
uri
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...