Skip to main content
Version: 8.9 (unreleased)

Type Alias: AdvancedDecisionEvaluationKeyFilter

type AdvancedDecisionEvaluationKeyFilter = object;

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

Advanced filter

Advanced DecisionEvaluationKey filter.

Properties

$eq?

optional $eq: DecisionEvaluationKey;

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

Checks for equality with the provided value.


$exists?

optional $exists: boolean;

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

Checks if the current property exists.


$in?

optional $in: DecisionEvaluationKey[];

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

Checks if the property matches any of the provided values.


$neq?

optional $neq: DecisionEvaluationKey;

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

Checks for inequality with the provided value.


$notIn?

optional $notIn: DecisionEvaluationKey[];

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

Checks if the property matches none of the provided values.