React FilterBuilder - groupOperationDescriptions

Specifies group operation descriptions.

Type:

Object

and

The "and" operation's description.

Type:

String

Default Value: 'And'

notAnd

The "notand" operation's description.

Type:

String

Default Value: 'Not And'

This operation returns a reverted result of an "and" operation: ["!", [[condition1], "and", [condition2]]].

notOr

The "notor" operation's description.

Type:

String

Default Value: 'Not Or'

This operation returns a reverted result of an "or" operation: ["!", [[condition1], "or", [condition2]]].

or

The "or" operation's description.

Type:

String

Default Value: 'Or'