Sporades SDK API
Preparing search index...
client
InfernoMutationAdapter
Type Alias InfernoMutationAdapter<Result>
Inferno mutation state with pending-counted latest-invocation behavior.
type
InfernoMutationAdapter
<
Result
=
unknown
>
=
{
state
:
SolidMutationState
<
Result
>
;
run
(
...
args
:
unknown
[]
)
:
Promise
<
SporadesResult
<
Result
>
>
;
}
Type Parameters
Result
=
unknown
Index
Properties
state
Methods
run
Properties
state
state
:
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...
Inferno mutation state with pending-counted latest-invocation behavior.