@vowel.to/client / index / FloatingCursorConfig
Interface: FloatingCursorConfig
Defined in: lib/vowel/types/types.ts:499
Floating cursor configuration
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
enabled | boolean | Enable floating cursor feature (default: true) | lib/vowel/types/types.ts:501 |
appearance? | FloatingCursorAppearance | Appearance configuration | lib/vowel/types/types.ts:503 |
animation? | FloatingCursorAnimation | Animation configuration | lib/vowel/types/types.ts:505 |
behavior? | FloatingCursorBehavior | Behavior configuration | lib/vowel/types/types.ts:507 |