Sporades SDK API
Preparing search index...
client
QueryState
Type Alias QueryState<Data>
Hook state returned by
useQuery()
.
type
QueryState
<
Data
=
unknown
>
=
{
data
:
Data
|
null
;
error
:
SporadesError
|
null
;
loading
:
boolean
;
}
Type Parameters
Data
=
unknown
Index
Properties
data
error
loading
Properties
data
data
:
Data
|
null
error
error
:
SporadesError
|
null
loading
loading
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
error
loading
Sporades SDK API
Loading...
Hook state returned by
useQuery().