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?
optionaldefault:Cursor
Cursor style in the default state.
Defined in
styles/interfaces/ICanvasCursorStyle.ts:11
panActive?
optionalpanActive:Cursor
Cursor style when panning is active on the canvas.