Skip to main content
Version: 8.9 (unreleased)

Type Alias: AdvancedElementInstanceStateFilter

type AdvancedElementInstanceStateFilter = object;

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

Advanced filter

Advanced ElementInstanceStateEnum filter.

Properties

$eq?

optional $eq: ElementInstanceStateEnum;

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

Checks for equality with the provided value.


$exists?

optional $exists: boolean;

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

Checks if the current property exists.


$in?

optional $in: ElementInstanceStateEnum[];

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

Checks if the property matches any of the provided values.


$like?

optional $like: LikeFilter;

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


$neq?

optional $neq: ElementInstanceStateEnum;

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

Checks for inequality with the provided value.