Provides filtering operations for booleans

IgrBooleanFilteringOperand

new IgrBooleanFilteringOperand(): IgrBooleanFilteringOperand

Returns IgrBooleanFilteringOperand

Inherited from: IgcFilteringOperand

get operations(): IgrFilteringOperation[]

Returns IgrFilteringOperation[]

set operations(value: IgrFilteringOperation[]): void

Parameters

Returns void

Inherited from: IgcFilteringOperand

Adds a new condition to the filtering operations.

append(operation: IgrFilteringOperation): void

Parameters

Returns void

Inherited from: IgcFilteringOperand

Returns an instance of the condition with the specified name.

condition(name: string): IgrFilteringOperation

Parameters

  • name: string

    The name of the condition.

Returns IgrFilteringOperation

Inherited from: IgcFilteringOperand

Returns an array of names of the conditions which are visible in the filtering UI

conditionList(): string[]

Returns string[]

Inherited from: IgcFilteringOperand

instance(): IgrFilteringOperand

Returns IgrFilteringOperand