Sporades SDK API
Preparing search index...
client
SvelteMutationStore
Type Alias SvelteMutationStore<Result>
SvelteMutationStore
:
SvelteReadable
<
Omit
<
MutationState
<
Result
>
,
"run"
>
&
{
data
:
Result
|
null
}
,
>
&
{
run
(
...
args
:
unknown
[]
)
:
Promise
<
SporadesResult
<
Result
>
>
}
Svelte mutation store state; invoke mutations through the store's
run
method.
Type Parameters
Result
=
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Sporades SDK API
Loading...
Svelte mutation store state; invoke mutations through the store's
runmethod.