Preparing search index...
The search index is not available
@lf-lang/reactor-ts
@lf-lang/reactor-ts
Read
Interface Read<T>
Interface for readable variables.
interface
Read
<
T
>
{
get
:
(
(
)
=>
undefined
|
T
)
;
}
Type Parameters
T
Hierarchy (
view full
)
Read
Sched
Call
Implemented by
Action
CalleePort
CallerPort
ConnectablePort
Parameter
State
Timer
Index
Properties
get
Properties
get
get
:
(
(
)
=>
undefined
|
T
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get
@lf-lang/reactor-ts
Loading...
Interface for readable variables.