Skip to content

@ue-too/board / CursorStyle

Enumeration: CursorStyle

Defined in: packages/board/src/input-interpretation/input-state-machine/kmt-input-context.ts:25

Cursor styles used to provide visual feedback for different input states.

Remarks

These cursor styles indicate the current interaction mode to users:

  • GRAB: Indicates the canvas is ready to be panned (spacebar pressed, no drag yet)
  • GRABBING: Indicates active panning is in progress
  • DEFAULT: Normal cursor state when no special interaction is active

Enumeration Members

DEFAULT

DEFAULT: "default"

Defined in: packages/board/src/input-interpretation/input-state-machine/kmt-input-context.ts:27


GRAB

GRAB: "grab"

Defined in: packages/board/src/input-interpretation/input-state-machine/kmt-input-context.ts:26


GRABBING

GRABBING: "grabbing"

Defined in: packages/board/src/input-interpretation/input-state-machine/kmt-input-context.ts:28