ixfx
    Preparing search index...

    Type Alias ReactiveStream<V>

    ReactiveStream: Reactive<V> & ReactiveWritable<V> & {
        removeAllSubscribers(): void;
        signal(signal: SignalKinds, context?: string): void;
    }

    A reactive stream which can be read and written to

    Type Parameters

    • V

    Type declaration

    • removeAllSubscribers:function
      • Removes all the subscribers from this stream.

        Returns void

    • signal:function
      • Dispatches a signal

        Parameters

        Returns void