Type alias cursorOptionsInterface
cursor
Options
Interface
: { drag
?: number; hideMouse
?: boolean; pointers
: PointerObject[] | null; secondaryPointers
?: PointerObject[] | null; transition
?: number; xOffset
?: number; yOffset
?: number; }
Type declaration
-
Optional drag?: number
-
Optional hideMouse?: boolean
-
-
Optional secondaryPointers?: PointerObject[] | null
-
Optional transition?: number
-
Optional xOffset?: number
-
Optional yOffset?: number
Defines shape of options for cursor objects