SingleFilter
Defined in: core/src/filter/types.ts:42
Extends
Section titled “Extends”SingleFilterInput
Properties
Section titled “Properties”args:
unknown
[]
Defined in: core/src/filter/types.ts:51
Arguments for the filter function
Overrides
Section titled “Overrides”SingleFilterInput.args
id:
FilterId
Defined in: core/src/filter/types.ts:47
Unique id, used for tracking changes or resorting
invert?
Section titled “invert?”
optional
invert:boolean
Defined in: core/src/filter/types.ts:38
Inherited from
Section titled “Inherited from”SingleFilterInput.invert
optional
meta:Record
<string
,unknown
>
Defined in: core/src/filter/types.ts:39
Inherited from
Section titled “Inherited from”SingleFilterInput.meta
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
Section titled “Inherited from”SingleFilterInput.name
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
Section titled “Inherited from”SingleFilterInput.path
type:
"Filter"
Defined in: core/src/filter/types.ts:43