Skip to main content
Version: 8.9 (unreleased)

Type Alias: AdvancedVariableKeyFilter

type AdvancedVariableKeyFilter = object;

Defined in: gen/types.gen.ts:4311

Advanced filter

Advanced VariableKey filter.

Properties

$eq?

optional $eq: VariableKey;

Defined in: gen/types.gen.ts:4315

Checks for equality with the provided value.


$exists?

optional $exists: boolean;

Defined in: gen/types.gen.ts:4323

Checks if the current property exists.


$in?

optional $in: VariableKey[];

Defined in: gen/types.gen.ts:4327

Checks if the property matches any of the provided values.


$neq?

optional $neq: VariableKey;

Defined in: gen/types.gen.ts:4319

Checks for inequality with the provided value.


$notIn?

optional $notIn: VariableKey[];

Defined in: gen/types.gen.ts:4331

Checks if the property matches none of the provided values.