Skip to main content
cngx-src documentation

CngxHoverIntentDefaults

Interface

projects/common/interactive/hover-intent/hover-intent.directive.ts

Import#

import { CngxHoverIntentDefaults } from '@cngx/common/interactive'

Description#

Optional app-wide defaults for CngxHoverIntent's dwell timings. Provide it to move the enterDelay / leaveDelay fallbacks an organism composes the atom with, without touching the per-instance input surface. Every key is optional - an unset key keeps the atom's literal (120 / 0).

Index#

Instance Properties#

enterDelay#number
ReadonlyOptional

Fallback for enterDelay (ms) when the input is not bound.

leaveDelay#number
ReadonlyOptional

Fallback for leaveDelay (ms) when the input is not bound.