Documentation
Preparing search index...
@futuremachine/core
StateBuilder
Class StateBuilder
Index
Constructors
constructor
Methods
build
Constructors
constructor
new
StateBuilder
(
futureMachine
:
FutureMachineImpl
,
entityName
:
string
,
)
:
StateBuilder
Parameters
futureMachine
:
FutureMachineImpl
entityName
:
string
Returns
StateBuilder
Methods
build
build
<
T
extends
Record
<
string
,
Serializable
>
>
(
state
:
T
)
:
State
<
T
>
Type Parameters
T
extends
Record
<
string
,
Serializable
>
Parameters
state
:
T
Returns
State
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
build
Documentation
Loading...