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 9e091ea commit 5a205d9Copy full SHA for 5a205d9
javascript/src/api.ts
@@ -23,6 +23,7 @@ import type {
23
import type { IObservableDisposable } from '@lumino/disposable';
24
import type { ISignal } from '@lumino/signaling';
25
import * as Y from 'yjs';
26
+import { IAwareness } from './awareness.js';
27
28
/**
29
* Changes on Sequence-like data are expressed as Quill-inspired deltas.
@@ -96,6 +97,11 @@ interface ISharedDocumentNoSource extends ISharedBase {
96
97
*/
98
readonly state: JSONObject;
99
100
+ /**
101
+ * Document awareness
102
+ */
103
+ readonly awareness: IAwareness;
104
+
105
106
* Get the value for a state attribute
107
*
0 commit comments