@vowel.to/client / index / FloatingCursorAppearance
Interface: FloatingCursorAppearance
Defined in: lib/vowel/types/types.ts:443
Floating cursor appearance configuration
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
cursorColor? | string | Cursor color (CSS color value, default: '#2563eb') | lib/vowel/types/types.ts:445 |
cursorSize? | number | Cursor size in pixels (default: 32) | lib/vowel/types/types.ts:447 |
badgeBackground? | string | Badge background color (CSS color value, default: '#1e40af') | lib/vowel/types/types.ts:449 |
badgeTextColor? | string | Badge text color (CSS color value, default: '#ffffff') | lib/vowel/types/types.ts:451 |
badgeFontSize? | number | Badge font size in pixels (default: 14) | lib/vowel/types/types.ts:453 |
badgePadding? | string | Badge padding (CSS padding value, default: '4px 8px') | lib/vowel/types/types.ts:455 |
badgeBorderRadius? | string | Badge border radius (CSS value, default: '4px') | lib/vowel/types/types.ts:457 |
cursorShadow? | string | Shadow for cursor (CSS box-shadow, default: '0 4px 6px rgba(0,0,0,0.1)') | lib/vowel/types/types.ts:459 |
badgeShadow? | string | Shadow for badge (CSS box-shadow, default: '0 2px 4px rgba(0,0,0,0.1)') | lib/vowel/types/types.ts:461 |