Skip to content

@vowel.to/client v0.1.2-393


@vowel.to/client / index / FloatingCursorAppearance

Interface: FloatingCursorAppearance

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

Floating cursor appearance configuration

Properties

PropertyTypeDescriptionDefined in
cursorColor?stringCursor color (CSS color value, default: '#2563eb')lib/vowel/types/types.ts:445
cursorSize?numberCursor size in pixels (default: 32)lib/vowel/types/types.ts:447
badgeBackground?stringBadge background color (CSS color value, default: '#1e40af')lib/vowel/types/types.ts:449
badgeTextColor?stringBadge text color (CSS color value, default: '#ffffff')lib/vowel/types/types.ts:451
badgeFontSize?numberBadge font size in pixels (default: 14)lib/vowel/types/types.ts:453
badgePadding?stringBadge padding (CSS padding value, default: '4px 8px')lib/vowel/types/types.ts:455
badgeBorderRadius?stringBadge border radius (CSS value, default: '4px')lib/vowel/types/types.ts:457
cursorShadow?stringShadow for cursor (CSS box-shadow, default: '0 4px 6px rgba(0,0,0,0.1)')lib/vowel/types/types.ts:459
badgeShadow?stringShadow for badge (CSS box-shadow, default: '0 2px 4px rgba(0,0,0,0.1)')lib/vowel/types/types.ts:461