Interface NotebookWorkspaceEdit

interface NotebookWorkspaceEdit {
    edits: {
        edit: CellEditOperation;
        resource: URI;
    }[];
}

Properties

Properties

edits: {
    edit: CellEditOperation;
    resource: URI;
}[]

Type declaration