Enumeration: CursorType#

CSS cursor values corresponding to the standard Kit cursor shapes. Passed to the onCursor callback and applied to the stream viewport element on the default DOM path.

Enumeration Members#

Crosshair#

Crosshair: "crosshair"


Default#

Default: "default"


HorizontalResize#

HorizontalResize: "ew-resize"


Pointer#

Pointer: "pointer"


Text#

Text: "text"


VerticalResize#

VerticalResize: "ns-resize"