interface FileCellEdit {
    _type: Cell;
    edit?: CellMetadataEdit | NotebookDocumentMetadataEdit;
    metadata?: WorkspaceEditEntryMetadata;
    notebookMetadata?: Record<string, unknown>;
    uri: URI;
}

Properties

_type: Cell
edit?: CellMetadataEdit | NotebookDocumentMetadataEdit
notebookMetadata?: Record<string, unknown>
uri: URI