Skip to content

@vowel.to/client v0.3.3-beta


@vowel.to/client / index / FloatingCursorUpdate

Interface: FloatingCursorUpdate

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

Floating cursor update data

Properties

PropertyTypeDescriptionDefined in
xnumberX position as percentage (0-100)lib/vowel/types/types.ts:664
ynumberY position as percentage (0-100)lib/vowel/types/types.ts:666
textstringText to display in badgelib/vowel/types/types.ts:668
isIdle?booleanWhether the cursor is idlelib/vowel/types/types.ts:670