ICursorOptions

Type interface

Holds styles for mouse cursor.

Inheritance

ICursorOptions does not extend any other symbol.

ICursorOptions is not extended by any other symbol.

Properties

defaultStyle
#

Type Array < IStyleProperty >

CSS to apply to cursor when neutral.

downStyle
#

Type Array < IStyleProperty >

CSS to apply to cursor when mouse button is down.

overStyle
#

Type Array < IStyleProperty >

CSS to apply to cursor when hovering over element.