Preparing search index...
The search index is not available
@lf-lang/reactor-ts
@lf-lang/reactor-ts
MutationSandbox
Interface MutationSandbox
interface
MutationSandbox
{
connect
:
{
<
R
,
S
>
(
src
:
ConnectablePort
<
S
>
,
dst
:
ConnectablePort
<
R
>
)
:
void
;
<
A
,
R
,
T
,
S
>
(
src
:
CallerPort
<
A
,
R
>
,
dst
:
CalleePort
<
T
,
S
>
)
:
void
;
}
;
delete
:
(
(
reactor
:
Reactor
)
=>
void
)
;
disconnect
:
(
<
R
,
S
>
(
src
:
IOPort
<
S
>
,
dst
?:
IOPort
<
R
>
)
=>
void
)
;
getBankIndex
:
(
(
)
=>
number
)
;
getReactor
:
(
(
)
=>
Reactor
)
;
util
:
UtilityFunctions
;
}
Hierarchy (
view full
)
ReactionSandbox
MutationSandbox
Index
Properties
connect
delete
disconnect
get
Bank
Index
get
Reactor
util
Properties
connect
connect
:
{
<
R
,
S
>
(
src
:
ConnectablePort
<
S
>
,
dst
:
ConnectablePort
<
R
>
)
:
void
;
<
A
,
R
,
T
,
S
>
(
src
:
CallerPort
<
A
,
R
>
,
dst
:
CalleePort
<
T
,
S
>
)
:
void
;
}
delete
delete
:
(
(
reactor
:
Reactor
)
=>
void
)
disconnect
disconnect
:
(
<
R
,
S
>
(
src
:
IOPort
<
S
>
,
dst
?:
IOPort
<
R
>
)
=>
void
)
get
Bank
Index
get
Bank
Index
:
(
(
)
=>
number
)
get
Reactor
get
Reactor
:
(
(
)
=>
Reactor
)
util
util
:
UtilityFunctions
Collection of utility functions accessible from within a
react
function.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
connect
delete
disconnect
get
Bank
Index
get
Reactor
util
@lf-lang/reactor-ts
Loading...
Collection of utility functions accessible from within a
react
function.