Packages@robojs/sync
RemoteCursor<ClientData>
Interface: RemoteCursor<ClientData>
Represents a remote cursor with client info.
Type Parameters
| Type Parameter | Default type |
|---|---|
ClientData | unknown |
Properties
| Property | Type | Description |
|---|---|---|
clientId | string | Client ID of cursor owner |
isYou | boolean | Whether this is the current client's cursor |
position | CursorPosition | Cursor position |
user | Client<ClientData> | Client metadata |
