Skip to content

@vowel.to/client v0.1.2-393


@vowel.to/client / index / FloatingCursorBehavior

Interface: FloatingCursorBehavior

Defined in: lib/vowel/types/types.ts:483

Floating cursor behavior configuration

Properties

PropertyTypeDescriptionDefined in
autoHideDelay?numberAuto-hide cursor after delay in ms (0 = never hide, default: 3000)lib/vowel/types/types.ts:485
showDuringSearch?booleanShow cursor during element search (default: true)lib/vowel/types/types.ts:487
showOnSuccessOnly?booleanOnly show cursor on successful actions (default: false)lib/vowel/types/types.ts:489
hideOnNavigation?booleanHide cursor on navigation (default: true)lib/vowel/types/types.ts:491
zIndex?numberZ-index for cursor element (default: 9999)lib/vowel/types/types.ts:493