#
Interface: SetCache#
Callableâ–¸ SetCache(selection
: Selection, data
: unknown): void
#
Parameters:Name | Type |
---|---|
selection | Selection |
data | unknown |
Returns: void
Defined in: packages/gqless/src/Accessor/index.ts:119
â–¸ SetCache<A>(accessor
: A, data
: undefined | null | DeepPartial<A>): void
#
Type parameters:Name | Type |
---|---|
A | object |
#
Parameters:Name | Type |
---|---|
accessor | A |
data | undefined | null | DeepPartial<A> |
Returns: void
Defined in: packages/gqless/src/Accessor/index.ts:120
â–¸ SetCache<B>(accessor
: B, args
: Parameters<B>[0], data
: undefined | null | DeepPartial<ReturnType<B>>): void
#
Type parameters:Name | Type |
---|---|
B | (args? : any) => unknown |
#
Parameters:Name | Type |
---|---|
accessor | B |
args | Parameters<B>[0] |
data | undefined | null | DeepPartial<ReturnType<B>> |
Returns: void
Defined in: packages/gqless/src/Accessor/index.ts:124