@vowel.to/client / index / FloatingCursorUpdate
Interface: FloatingCursorUpdate
Defined in: lib/vowel/types/types.ts:513
Floating cursor update data
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
x | number | X position as percentage (0-100) | lib/vowel/types/types.ts:515 |
y | number | Y position as percentage (0-100) | lib/vowel/types/types.ts:517 |
text | string | Text to display in badge | lib/vowel/types/types.ts:519 |
isIdle? | boolean | Whether the cursor is idle | lib/vowel/types/types.ts:521 |