ixfx
Preparing search index...
Rx
manual
Function manual
manual
<
V
>
(
options
?:
Partial
<
InitStreamOptions
>
,
)
:
Reactive
<
V
>
&
{
set
(
value
:
V
)
:
void
}
Initialises a reactive that pipes values to listeners directly.
Type Parameters
V
Parameters
options
:
Partial
<
InitStreamOptions
>
= {}
Returns
Reactive
<
V
>
&
{
set
(
value
:
V
)
:
void
}
set
:
function
set
(
value
:
V
)
:
void
Sets a value
Parameters
value
:
V
Value to write
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
M
M
N
E
P
V
F
C
I
C
P
M
F
P
C
P
T
T
A
A
A
T
R
Initialises a reactive that pipes values to listeners directly.