Logos DX
Preparing search index...
@logosdx/state-machine
ConnectConfig
Type Alias ConnectConfig<Machines>
type
ConnectConfig
<
Machines
extends
Record
<
string
,
any
>
>
=
{
data
?:
(
context
:
any
)
=>
any
;
enters
:
string
;
from
:
keyof
Machines
;
send
:
string
;
to
:
keyof
Machines
;
}
Type Parameters
Machines
extends
Record
<
string
,
any
>
Index
Properties
data?
enters
from
send
to
Properties
Optional
data
data
?:
(
context
:
any
)
=>
any
enters
enters
:
string
from
from
:
keyof
Machines
send
send
:
string
to
to
:
keyof
Machines
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
enters
from
send
to
Logos DX
Loading...