Skip to main content
cngx-src documentation

SearchEffectsOptions

Interface

projects/forms/select/shared/search-effects.ts

Import#

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

Description#

Config for createSearchEffects.

Index#

Instance Properties#

autoOpenGate#function
ReadonlyOptional

Extra auto-open gate. Display-binding variants pass () => !this.display.isWritingFromValue() so library writes don't re-open a panel the user just closed.

disabled#Signal
Readonly
emit#literal type
ReadonlyOptional

Optional searchTermChange forward. Display-binding variants route through onUserSearchTerm and leave this undefined.

Readonly

Typically () => this.popoverRef()?.show().

panelOpen#Signal
Readonly
searchTerm#Signal
Readonly

Debounced search-term signal.