Skip to main content
cngx-src documentation

CngxFilterOperatorContext

Interface

projects/forms/filter-builder/filter-builder-operators.ts

Import#

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

Description#

Evaluation context handed to every CngxFilterOperatorDef.evaluate call. caseInsensitive reflects the config knob from withCaseInsensitiveStrings - the builtin substring trio folds both sides via toLowerCase() when set; custom definitions are free to honour or ignore it.

Index#

Instance Properties#

caseInsensitive#boolean
Readonly