Preparing search index...
The search index is not available
@lf-lang/reactor-ts
@lf-lang/reactor-ts
Runtime
Interface Runtime
interface
Runtime
{
delete
:
(
(
r
:
Reactor
)
=>
void
)
;
initialize
:
(
(
timer
:
Timer
)
=>
void
)
;
isRunning
:
(
(
)
=>
boolean
)
;
schedule
:
(
(
e
:
TaggedEvent
<
unknown
>
)
=>
void
)
;
stage
:
(
(
reaction
:
Reaction
<
Variable
[]
>
)
=>
void
)
;
util
:
UtilityFunctions
;
}
Index
Properties
delete
initialize
is
Running
schedule
stage
util
Properties
delete
delete
:
(
(
r
:
Reactor
)
=>
void
)
initialize
initialize
:
(
(
timer
:
Timer
)
=>
void
)
is
Running
is
Running
:
(
(
)
=>
boolean
)
schedule
schedule
:
(
(
e
:
TaggedEvent
<
unknown
>
)
=>
void
)
stage
stage
:
(
(
reaction
:
Reaction
<
Variable
[]
>
)
=>
void
)
util
util
:
UtilityFunctions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
delete
initialize
is
Running
schedule
stage
util
@lf-lang/reactor-ts
Loading...