Sporades SDK API
Preparing search index...
client
SolidMutationState
Type Alias SolidMutationState<Result>
SolidJS mutation state follows the latest invocation while loading covers every pending call.
type
SolidMutationState
<
Result
=
unknown
>
=
{
data
:
Result
|
null
;
error
:
SporadesError
|
null
;
loading
:
boolean
;
}
Type Parameters
Result
=
unknown
Index
Properties
data
error
loading
Properties
data
data
:
Result
|
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...
SolidJS mutation state follows the latest invocation while loading covers every pending call.