Skip to main content
Version: 8.9 (unreleased)

Type Alias: AdvancedFormKeyFilter

type AdvancedFormKeyFilter = object;

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

Advanced filter

Advanced FormKey filter.

Properties

$eq?

optional $eq: FormKey;

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

Checks for equality with the provided value.


$exists?

optional $exists: boolean;

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

Checks if the current property exists.


$in?

optional $in: FormKey[];

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

Checks if the property matches any of the provided values.


$neq?

optional $neq: FormKey;

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

Checks for inequality with the provided value.


$notIn?

optional $notIn: FormKey[];

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

Checks if the property matches none of the provided values.