Preparing search index...
The search index is not available
@lf-lang/reactor-ts
@lf-lang/reactor-ts
TriggerManager
Interface TriggerManager
interface
TriggerManager
{
addReaction
:
(
(
reaction
:
Reaction
<
Variable
[]
>
)
=>
void
)
;
delReaction
:
(
(
reaction
:
Reaction
<
Variable
[]
>
)
=>
void
)
;
getContainer
:
(
(
)
=>
Reactor
)
;
}
Index
Properties
add
Reaction
del
Reaction
get
Container
Properties
add
Reaction
add
Reaction
:
(
(
reaction
:
Reaction
<
Variable
[]
>
)
=>
void
)
del
Reaction
del
Reaction
:
(
(
reaction
:
Reaction
<
Variable
[]
>
)
=>
void
)
get
Container
get
Container
:
(
(
)
=>
Reactor
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
add
Reaction
del
Reaction
get
Container
@lf-lang/reactor-ts
Loading...