ICanvasCursorStyle
Represents the cursor style configuration for a canvas, defining how the cursor appears in different states such as default and pan (dragging) mode.
Properties
default?
optional
default:Cursor
Cursor style in the default state.
Defined in
styles/interfaces/ICanvasCursorStyle.ts:11
panActive?
optional
panActive:Cursor
Cursor style when panning is active on the canvas.