NumberNotInAdvancedFilter interface

NumberNotIn Advanced Filter.

Extends

Properties

operatorType

Polymorphic discriminator, which specifies the different types this object can be

values

The set of filter values.

Inherited Properties

key

The field/property in the event based on which you want to filter.

Property Details

operatorType

Polymorphic discriminator, which specifies the different types this object can be

operatorType: "NumberNotIn"

Property Value

"NumberNotIn"

values

The set of filter values.

values?: number[]

Property Value

number[]

Inherited Property Details

key

The field/property in the event based on which you want to filter.

key?: string

Property Value

string

Inherited From AdvancedFilter.key