Sporades SDK API
Preparing search index...
client
SolidMutation
Type Alias SolidMutation<Result>
Root-owned SolidJS mutation primitive.
type
SolidMutation
<
Result
=
unknown
>
=
{
state
:
SolidAccessor
<
SolidMutationState
<
Result
>
>
;
run
(
...
args
:
unknown
[]
)
:
Promise
<
SporadesResult
<
Result
>
>
;
}
Type Parameters
Result
=
unknown
Index
Properties
state
Methods
run
Properties
state
state
:
SolidAccessor
<
SolidMutationState
<
Result
>
>
Methods
run
run
(
...
args
:
unknown
[]
)
:
Promise
<
SporadesResult
<
Result
>
>
Parameters
...
args
:
unknown
[]
Returns
Promise
<
SporadesResult
<
Result
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
state
Methods
run
Sporades SDK API
Loading...
Root-owned SolidJS mutation primitive.