Subtype for hover events with timing distinction.
hover
long-hover
Long-hover is useful for showing detailed tooltips or previews without cluttering the UI during quick mouse movements.
const quickHover: HoverEventType = 'hover';const sustainedHover: HoverEventType = 'long-hover'; Copy
const quickHover: HoverEventType = 'hover';const sustainedHover: HoverEventType = 'long-hover';
Subtype for hover events with timing distinction.