Kind: Interface
Source: atloria-monorepo/apps/web/src/hooks/useCollaboration.ts
Return value of the useCollaboration hook
Properties
| Property | Type |
|---|---|
ydoc | `Y.Doc |
ytext | `Y.Text |
awareness | `awarenessProtocol.Awareness |
synced | boolean |
activeUsers | CollaborationUser[] |
connectionStatus | ConnectionStatus |
error | `Error |
updateCursor | (cursor: CursorPosition) => void |
updateSelection | (selection: SelectionRange) => void |
disconnect | () => void |
reconnect | () => void |
version | number |
Was this page helpful?