Skip to main content
cngx-src documentation

DismissHandlerOptions

Interface

projects/forms/select/shared/dismiss-handler.ts

Import#

import { DismissHandlerOptions } from '@cngx/forms/select'

Description#

Index#

Instance Properties#

dismissOn#"outside" | "escape" | "both"
Readonly

Captured once. Escape handling lives in the action-host bridge's capture-phase intercept.

popoverRef#Signal
Readonly

Variant's viewChild(CngxPopover). .hide() only when visible.

shouldBlockDismiss#Signal
ReadonlyOptional

Action-host bridge's shouldBlockDismiss. Undefined for variants without an action bridge.