Kind: Interface
Source: atloria-monorepo/apps/web/src/hooks/useCollaboration.ts
Represents an active user in a collaboration session
Properties
| Property | Type |
|---|---|
userId | string |
userName | string |
email | string |
avatar | string |
color | string |
cursor | CursorPosition |
selection | SelectionRange |
Was this page helpful?