Logos DX
Preparing search index...
@logosdx/react
FetchContextQueryResult
Type Alias FetchContextQueryResult<T, RH>
type
FetchContextQueryResult
<
T
,
RH
=
Record
<
string
,
string
>
>
=
{
cancel
:
()
=>
void
;
data
:
T
|
null
;
error
:
FetchError
|
null
;
loading
:
boolean
;
refetch
:
()
=>
void
;
response
:
FetchResponse
<
T
,
any
,
any
,
RH
>
|
null
;
}
Type Parameters
T
RH
=
Record
<
string
,
string
>
Index
Properties
cancel
data
error
loading
refetch
response
Properties
cancel
cancel
:
()
=>
void
data
data
:
T
|
null
error
error
:
FetchError
|
null
loading
loading
:
boolean
refetch
refetch
:
()
=>
void
response
response
:
FetchResponse
<
T
,
any
,
any
,
RH
>
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cancel
data
error
loading
refetch
response
Logos DX
Loading...