@tsdotnet/event-factory - v2.0.11
    Preparing search index...

    Interface Subscribable<T>

    interface Subscribable<T> {
        subscribe: Subscribe<T>;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    subscribe: Subscribe<T>

    Adds a listener and returns an unsubscribe function.

    Optional number of times to receive the event before automatically unsubscribing.