Kind: Interface
Source: atloria-monorepo/apps/web/src/components/Editor/UserCursors.tsx
Extended user type with cursor position coordinates
Properties
| Property | Type |
|---|---|
position | `{ |
x: number; y: number; /** Height of the line the cursor sits on, in pixels */ height: number;
}` |
Was this page helpful?