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