Skip to main content
Version: 8.9 (unreleased)

Type Alias: AdvancedScopeKeyFilter

type AdvancedScopeKeyFilter = object;

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

Advanced filter

Advanced ScopeKey filter.

Properties

$eq?

optional $eq: ScopeKey;

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

Checks for equality with the provided value.


$exists?

optional $exists: boolean;

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

Checks if the current property exists.


$in?

optional $in: ScopeKey[];

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

Checks if the property matches any of the provided values.


$neq?

optional $neq: ScopeKey;

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

Checks for inequality with the provided value.


$notIn?

optional $notIn: ScopeKey[];

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

Checks if the property matches none of the provided values.