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...
Initialises a reactive that pipes values to listeners directly.