Cursor
Enum representing possible CSS cursor values.
Enumeration Members
Alias
Alias:
"alias"
Indicates an alias or shortcut is to be created.
Defined in
AllScroll
AllScroll:
"all-scroll"
Indicates that scrolling in any direction is possible.
Defined in
Auto
Auto:
"auto"
The browser determines the cursor based on the context.
Defined in
Cell
Cell:
"cell"
An available cell (usually for table or spreadsheet navigation).
Defined in
ColResize
ColResize:
"col-resize"
Indicates that an edge is to be moved, changing the column width.
Defined in
ContextMenu
ContextMenu:
"context-menu"
A context menu is available.
Defined in
Copy
Copy:
"copy"
Indicates that something can be copied.
Defined in
Default
Default:
"default"
The default cursor (usually an arrow).
Defined in
EResize
EResize:
"e-resize"
The east edge is to be moved.
Defined in
EwResize
EwResize:
"ew-resize"
Both the east and west edges are to be moved.
Defined in
Grab
Grab:
"grab"
An item is being grabbed.
Defined in
Grabbing
Grabbing:
"grabbing"
An item is being grabbed and dragged.
Defined in
Help
Help:
"help"
A help cursor, usually rendered as a question mark.
Defined in
Move
Move:
"move"
Something is to be moved.
Defined in
NeResize
NeResize:
"ne-resize"
The northeast edge is to be moved.
Defined in
NeswResize
NeswResize:
"nesw-resize"
Both the northeast and southwest edges are to be moved.
Defined in
NoDrop
NoDrop:
"no-drop"
The item may not be dropped at the current location.
Defined in
None
None:
"none"
No cursor is rendered.
Defined in
NotAllowed
NotAllowed:
"not-allowed"
Indicates that something is not allowed to be done.
Defined in
NResize
NResize:
"n-resize"
The north edge is to be moved.
Defined in
NwResize
NwResize:
"nw-resize"
The northwest edge is to be moved.
Defined in
NwseResize
NwseResize:
"nwse-resize"
Both the northwest and southeast edges are to be moved.
Defined in
Pointer
Pointer:
"pointer"
The cursor is a pointer that indicates a link. Typically an image of a pointing hand.
Defined in
SeResize
SeResize:
"se-resize"
The southeast edge is to be moved.
Defined in
SResize
SResize:
"s-resize"
The south edge is to be moved.
Defined in
SwResize
SwResize:
"sw-resize"
The southwest edge is to be moved.
Defined in
Text
Text:
"text"
Text can be selected (usually rendered as an I-bar).
Defined in
VerticalText
VerticalText:
"vertical-text"
Indicates vertical-text, such as for Asian languages.
Defined in
Wait
Wait:
"wait"
The program is busy (often rendered as a spinning wheel or hourglass).
Defined in
WResize
WResize:
"w-resize"
The west edge is to be moved.
Defined in
ZoomIn
ZoomIn:
"zoom-in"
The cursor indicates that zooming in is possible.
Defined in
ZoomOut
ZoomOut:
"zoom-out"
The cursor indicates that zooming out is possible.