@makerinc/react-sdk
Preparing search index...
UseQueryResult
Interface UseQueryResult<T>
Standard query result returned by all hooks
interface
UseQueryResult
<
T
>
{
data
?:
T
;
error
?:
Error
;
isError
:
boolean
;
isLoading
:
boolean
;
}
Type Parameters
T
Index
Properties
data?
error?
is
Error
is
Loading
Properties
Optional
data
data
?:
T
Optional
error
error
?:
Error
is
Error
isError
:
boolean
is
Loading
isLoading
:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
data
error
is
Error
is
Loading
@makerinc/react-sdk
Loading...
Standard query result returned by all hooks