Skip to main content
Version: 8.9 (unreleased)

Type Alias: AdvancedElementInstanceKeyFilter

type AdvancedElementInstanceKeyFilter = object;

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

Advanced filter

Advanced ElementInstanceKey filter.

Properties

$eq?

optional $eq: ElementInstanceKey;

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

Checks for equality with the provided value.


$exists?

optional $exists: boolean;

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

Checks if the current property exists.


$in?

optional $in: ElementInstanceKey[];

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

Checks if the property matches any of the provided values.


$neq?

optional $neq: ElementInstanceKey;

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

Checks for inequality with the provided value.


$notIn?

optional $notIn: ElementInstanceKey[];

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

Checks if the property matches none of the provided values.