Event configuration options related to how the cursor appears during interactions.
Optional
Optional configuration to show custom cursor when hovering over interactive features.
Accepts any valid CSS cursor value.
'pointer' Copy
'pointer'
MDN cursor documentation
// Default pointercursorOnHover: 'pointer'// Crosshair for precise selectioncursorOnHover: 'crosshair'// Help cursor for info bubblescursorOnHover: 'help'// Custom cursor imagecursorOnHover: 'url(/cursors/custom.png), pointer' Copy
// Default pointercursorOnHover: 'pointer'// Crosshair for precise selectioncursorOnHover: 'crosshair'// Help cursor for info bubblescursorOnHover: 'help'// Custom cursor imagecursorOnHover: 'url(/cursors/custom.png), pointer'
Event configuration options related to how the cursor appears during interactions.