@vowel.to/client / index / FloatingCursorBehavior
Interface: FloatingCursorBehavior
Defined in: lib/vowel/types/types.ts:483
Floating cursor behavior configuration
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
autoHideDelay? | number | Auto-hide cursor after delay in ms (0 = never hide, default: 3000) | lib/vowel/types/types.ts:485 |
showDuringSearch? | boolean | Show cursor during element search (default: true) | lib/vowel/types/types.ts:487 |
showOnSuccessOnly? | boolean | Only show cursor on successful actions (default: false) | lib/vowel/types/types.ts:489 |
hideOnNavigation? | boolean | Hide cursor on navigation (default: true) | lib/vowel/types/types.ts:491 |
zIndex? | number | Z-index for cursor element (default: 9999) | lib/vowel/types/types.ts:493 |