We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e4073 commit 3f461acCopy full SHA for 3f461ac
javascript/src/api.ts
@@ -22,6 +22,7 @@ import type {
22
} from '@lumino/coreutils';
23
import type { IObservableDisposable } from '@lumino/disposable';
24
import type { ISignal } from '@lumino/signaling';
25
+import * as Y from 'yjs';
26
27
/**
28
* Changes on Sequence-like data are expressed as Quill-inspired deltas.
@@ -737,7 +738,7 @@ export type CellChange = SourceChange & {
737
738
739
* Cell output changes
740
*/
- outputsChange?: Delta<nbformat.IOutput[]>;
741
+ outputsChange?: Delta<Y.Map<any>>;
742
743
* Cell execution count change
744
0 commit comments