Preparing search index...
The search index is not available
devfive front components
devfive front components
index
Query
QueryFunctionContext
Type alias QueryFunctionContext<TQueryKey, TPageParam>
Query
Function
Context
<
TQueryKey
,
TPageParam
>
:
[
TPageParam
]
extends
[
never
]
?
{
meta
:
QueryMeta
|
undefined
;
queryKey
:
TQueryKey
;
signal
:
AbortSignal
;
}
:
{
direction
:
FetchDirection
;
meta
:
QueryMeta
|
undefined
;
pageParam
:
TPageParam
;
queryKey
:
TQueryKey
;
signal
:
AbortSignal
;
}
Type Parameters
TQueryKey
extends
QueryKey
=
QueryKey
TPageParam
=
never
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
devfive front components
index
test
Generated using
TypeDoc