@vowel.to/client / index / FloatingCursorBehavior
Interface: FloatingCursorBehavior
Defined in: lib/vowel/types/types.ts:632
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:634 |
showDuringSearch? | boolean | Show cursor during element search (default: true) | lib/vowel/types/types.ts:636 |
showOnSuccessOnly? | boolean | Only show cursor on successful actions (default: false) | lib/vowel/types/types.ts:638 |
hideOnNavigation? | boolean | Hide cursor on navigation (default: true) | lib/vowel/types/types.ts:640 |
zIndex? | number | Z-index for cursor element (default: 9999) | lib/vowel/types/types.ts:642 |