# UserWithPosition

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web/src/components/Editor/UserCursors.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/Editor/UserCursors.tsx#L10)

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;
  }` |
