BlockSuite API Documentation / @blocksuite/store / AwarenessEvent
Interface: AwarenessEvent<Flags>
Type parameters
• Flags extends Record
<string
, unknown
> = BlockSuiteFlags
Properties
id
id:
number
Source
packages/framework/store/src/yjs/awareness.ts:25
state?
state?:
RawAwarenessState
<Flags
>
Source
packages/framework/store/src/yjs/awareness.ts:27
type
type:
"add"
|"update"
|"remove"
Source
packages/framework/store/src/yjs/awareness.ts:26
Generated using TypeDoc and typedoc-plugin-markdown.