Skip to main content
cngx-src documentation

CNGX_HOVER_INTENT_DEFAULTS

Tokenv0.1.0

InjectionToken<CngxHoverIntentDefaults>

Description#

Optional DI fallback for CngxHoverIntent's enterDelay / leaveDelay input defaults. Resolution is bound input -> injected default -> literal (120 / 0). A hostDirective input default cannot be overridden by the host that composes it, so this token is the layered extension point any hover-to-reveal organism uses to set app-wide dwell defaults. optional, so standalone [cngxHoverIntent] stays byte-identical when the token is absent.

Type#

InjectionToken<CngxHoverIntentDefaults>