Interface: FilterDataOptions<T>
Defined in: packages/core/src/data/strategies/AbstractFetchStrategy.ts:114
Type Parameters
T
T
Properties
fields
fields: keyof
T[]
Defined in: packages/core/src/data/strategies/AbstractFetchStrategy.ts:120
method
method:
"ALLOW"|"REMOVE"
Defined in: packages/core/src/data/strategies/AbstractFetchStrategy.ts:119
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.