Skip to main content

Interface: FilterDataOptions<T>

@headstartwp/core.FilterDataOptions

Type parameters

Name
T

Properties

fields

fields: keyof T[]

Defined in

packages/core/src/data/strategies/AbstractFetchStrategy.ts:96


method

method: "ALLOW" | "REMOVE"

If method is 'ALLOW' then only the fields specified in the filter will be returned. If method is 'REMOVE' then the fields specified in the filter will be removed.

Defined in

packages/core/src/data/strategies/AbstractFetchStrategy.ts:95