Skip to main content

Cursor

Enum representing possible CSS cursor values.

Enumeration Members

Alias

Alias: "alias"

Indicates an alias or shortcut is to be created.

Defined in

types/Cursor.ts:8


AllScroll

AllScroll: "all-scroll"

Indicates that scrolling in any direction is possible.

Defined in

types/Cursor.ts:13


Auto

Auto: "auto"

The browser determines the cursor based on the context.

Defined in

types/Cursor.ts:18


Cell

Cell: "cell"

An available cell (usually for table or spreadsheet navigation).

Defined in

types/Cursor.ts:23


ColResize

ColResize: "col-resize"

Indicates that an edge is to be moved, changing the column width.

Defined in

types/Cursor.ts:28


ContextMenu

ContextMenu: "context-menu"

A context menu is available.

Defined in

types/Cursor.ts:33


Copy

Copy: "copy"

Indicates that something can be copied.

Defined in

types/Cursor.ts:38


Default

Default: "default"

The default cursor (usually an arrow).

Defined in

types/Cursor.ts:43


EResize

EResize: "e-resize"

The east edge is to be moved.

Defined in

types/Cursor.ts:48


EwResize

EwResize: "ew-resize"

Both the east and west edges are to be moved.

Defined in

types/Cursor.ts:53


Grab

Grab: "grab"

An item is being grabbed.

Defined in

types/Cursor.ts:58


Grabbing

Grabbing: "grabbing"

An item is being grabbed and dragged.

Defined in

types/Cursor.ts:63


Help

Help: "help"

A help cursor, usually rendered as a question mark.

Defined in

types/Cursor.ts:68


Move

Move: "move"

Something is to be moved.

Defined in

types/Cursor.ts:113


NeResize

NeResize: "ne-resize"

The northeast edge is to be moved.

Defined in

types/Cursor.ts:93


NeswResize

NeswResize: "nesw-resize"

Both the northeast and southwest edges are to be moved.

Defined in

types/Cursor.ts:98


NoDrop

NoDrop: "no-drop"

The item may not be dropped at the current location.

Defined in

types/Cursor.ts:78


None

None: "none"

No cursor is rendered.

Defined in

types/Cursor.ts:83


NotAllowed

NotAllowed: "not-allowed"

Indicates that something is not allowed to be done.

Defined in

types/Cursor.ts:73


NResize

NResize: "n-resize"

The north edge is to be moved.

Defined in

types/Cursor.ts:88


NwResize

NwResize: "nw-resize"

The northwest edge is to be moved.

Defined in

types/Cursor.ts:103


NwseResize

NwseResize: "nwse-resize"

Both the northwest and southeast edges are to be moved.

Defined in

types/Cursor.ts:108


Pointer

Pointer: "pointer"

The cursor is a pointer that indicates a link. Typically an image of a pointing hand.

Defined in

types/Cursor.ts:118


SeResize

SeResize: "se-resize"

The southeast edge is to be moved.

Defined in

types/Cursor.ts:128


SResize

SResize: "s-resize"

The south edge is to be moved.

Defined in

types/Cursor.ts:123


SwResize

SwResize: "sw-resize"

The southwest edge is to be moved.

Defined in

types/Cursor.ts:133


Text

Text: "text"

Text can be selected (usually rendered as an I-bar).

Defined in

types/Cursor.ts:138


VerticalText

VerticalText: "vertical-text"

Indicates vertical-text, such as for Asian languages.

Defined in

types/Cursor.ts:143


Wait

Wait: "wait"

The program is busy (often rendered as a spinning wheel or hourglass).

Defined in

types/Cursor.ts:148


WResize

WResize: "w-resize"

The west edge is to be moved.

Defined in

types/Cursor.ts:153


ZoomIn

ZoomIn: "zoom-in"

The cursor indicates that zooming in is possible.

Defined in

types/Cursor.ts:158


ZoomOut

ZoomOut: "zoom-out"

The cursor indicates that zooming out is possible.

Defined in

types/Cursor.ts:163