Theia API Documentation v1.65.0
    Preparing search index...
    interface FileCellEdit {
        _type: Cell;
        edit?: CellMetadataEdit | NotebookDocumentMetadataEdit;
        metadata?: WorkspaceEditEntryMetadata;
        notebookMetadata?: Record<string, unknown>;
        uri: URI;
    }
    Index

    Properties

    _type: Cell
    notebookMetadata?: Record<string, unknown>
    uri: URI