Skip to main content
cngx-src documentation

ADActivationDispatcherOptions

Interface

projects/forms/select/shared/ad-activation-dispatcher.ts

Import#

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

Description#

Dependencies and callbacks for createADActivationDispatcher.

Index#

Instance Properties#

closeOnSelect#boolean
Readonly

Single-select: true. Multi/combobox/typeahead: false.

commitAction#Signal
Readonly

Non-null routes to onCommit; null to onActivate.

Readonly

Select-core handle for option resolution.

listboxRef#Signal
Readonly

Listbox whose ad.activated stream drives this dispatcher. Null until the viewChild resolves; the effect re-runs when it does.

onActivate#function
Readonly

Non-commit path. Popover close runs after this returns.

onCommit#function
Readonly

Commit path. Consumer owns rollback snapshot + mode. Runs untracked.

popoverRef#Signal
ReadonlyOptional

Popover to hide after a non-commit activation when closeOnSelect.