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 b50bf8e commit e8c0e18Copy full SHA for e8c0e18
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 { IAwareness } from './awareness.js';
26
27
/**
28
* Changes on Sequence-like data are expressed as Quill-inspired deltas.
@@ -95,6 +96,11 @@ export interface ISharedDocument extends ISharedBase {
95
96
*/
97
readonly state: JSONObject;
98
99
+ /**
100
+ * Document awareness
101
+ */
102
+ readonly awareness: IAwareness;
103
+
104
105
* Get the value for a state attribute
106
*
0 commit comments