Skip to main content
cngx-src documentation

CngxFilterRowControllerDeps

Interface

projects/forms/filter-builder/filter-builder-row-controller.ts

Import#

import { CngxFilterRowControllerDeps } from '@cngx/forms/filter-builder'

Description#

Dependencies createFilterRowController composes over. node, fields and templates are signals owned by the host component; fieldMap is optional - when omitted the controller derives it from fields. config and editors are injection-time snapshots, and sink is the component's write seam.

Index#

Instance Properties#

Readonly
fieldMap#Signal>
ReadonlyOptional
fields#Signal
Readonly
Readonly
path#Signal
ReadonlyOptional

Tree path of the row; omitted for the standalone row (empty path).

templates#Signal
Readonly