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