Context passed to every {@link CngxFlatNavStrategy} method
CngxFlatNavContext
Interface
projects/forms/select/shared/flat-nav-strategy.ts
Import#
import { CngxFlatNavContext } from '@cngx/forms/select'
Description#
Context passed to every CngxFlatNavStrategy method. Variant builds it inside the keydown handler and dispatches the returned CngxFlatNavAction.
Index#
Instance Properties#
compareWith#
CngxSelectCompareFnReadonly
listboxItems#
unknownReadonly
Items as seen by the AD directive - page-jump indices refer to THIS
array, which may omit entries options contains (filtered combobox).
typeaheadController#
TypeaheadControllerReadonly
Variant-owned controller; strategy only calls matchFromIndex.