Preparing search index...
The search index is not available
@lf-lang/reactor-ts
@lf-lang/reactor-ts
Write
Interface Write<T>
Interface for writable ports.
interface
Write
<
T
>
{
set
:
(
(
value
:
T
)
=>
void
)
;
}
Type Parameters
T
Hierarchy (
view full
)
Write
Call
Implemented by
CalleePort
CallerPort
State
Index
Properties
set
Properties
set
set
:
(
(
value
:
T
)
=>
void
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
set
@lf-lang/reactor-ts
Loading...
Interface for writable ports.