Preparing search index...
The search index is not available
ixfx
ixfx
Rx
ReactiveStream
Type Alias ReactiveStream<V>
Reactive
Stream
<
V
>
:
Reactive
<
V
>
&
ReactiveWritable
<
V
>
&
{
removeAllSubscribers
(
)
:
void
;
signal
(
signal
:
SignalKinds
,
context
?:
string
)
:
void
;
}
Type Parameters
V
Type declaration
remove
All
Subscribers
:
function
remove
All
Subscribers
(
)
:
void
Removes all the subscribers from this stream.
Returns
void
signal
:
function
signal
(
signal
,
context
?
)
:
void
Dispatches a signal
Parameters
signal
:
SignalKinds
Optional
context
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
Removes all the subscribers from this stream.