@mudssky/jsutils
Preparing search index...
MachineSnapshot
Interface MachineSnapshot<TValue, TContext>
状态机快照,保存当前状态值和值得持久化的上下文。
interface
MachineSnapshot
<
TValue
extends
string
,
TContext
>
{
context
:
TContext
;
value
:
TValue
;
}
Type Parameters
TValue
extends
string
状态值字面量联合类型
TContext
上下文对象类型
Hierarchy (
View Summary
)
MachineSnapshot
MachineHookArgs
MachineTransitionArgs
Index
Properties
context
value
Properties
context
context
:
TContext
value
value
:
TValue
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
context
value
@mudssky/jsutils
Loading...
状态机快照,保存当前状态值和值得持久化的上下文。