Skip to content

SingleFilter

Defined in: core/src/filter/types.ts:42

Extends

  • SingleFilterInput

Properties

args

args: unknown[]

Defined in: core/src/filter/types.ts:51

Arguments for the filter function

Overrides

SingleFilterInput.args


id

id: FilterId

Defined in: core/src/filter/types.ts:47

Unique id, used for tracking changes or resorting


invert?

optional invert: boolean

Defined in: core/src/filter/types.ts:38

Inherited from

SingleFilterInput.invert


meta?

optional meta: Record<string, unknown>

Defined in: core/src/filter/types.ts:39

Inherited from

SingleFilterInput.meta


name?

optional name: string

Defined in: core/src/filter/types.ts:33

Filter name

If not provided, it means user didn’t select a filter.

Inherited from

SingleFilterInput.name


path?

optional path: FilterPath

Defined in: core/src/filter/types.ts:27

Field path

If it’s a empty array, it means the root object. If not provided, it means user didn’t select a field.

Inherited from

SingleFilterInput.path


type

type: "Filter"

Defined in: core/src/filter/types.ts:43