Skip to main content
Module

x/pane/types.ts>CursorIcon

🖼️ A deno module providing bindings for cross-platform windowing
Latest
type alias CursorIcon
import { type CursorIcon } from "https://deno.land/x/pane@0.2.1/types.ts";

Describes the appearance of the mouse cursor.

definition:
| "default"
| "crosshair"
| "hand"
| "arrow"
| "move"
| "text"
| "wait"
| "help"
| "progress"
| "notAllowed"
| "contextMenu"
| "cell"
| "verticalText"
| "alias"
| "copy"
| "noDrop"
| "grab"
| "grabbing"
| "allScroll"
| "zoomIn"
| "zoomOut"
| "eResize"
| "nResize"
| "neResize"
| "nwResize"
| "sResize"
| "seResize"
| "swResize"
| "wResize"
| "ewResize"
| "nsResize"
| "neswResize"
| "nwseResize"
| "colResize"
| "rowResize"