@laserware/stasis
    Preparing search index...

    Interface ListenerMiddlewareInstance<StateType, DispatchType, ExtraArgument>

    interface ListenerMiddlewareInstance<
        StateType = unknown,
        DispatchType extends
            ThunkDispatch<StateType, unknown, Action> = ThunkDispatch<
            StateType,
            unknown,
            UnknownAction,
        >,
        ExtraArgument = unknown,
    > {
        clearListeners: () => void;
    }

    Type Parameters

    Index

    Properties

    Properties

    clearListeners: () => void

    Unsubscribes all listeners, cancels running listeners and tasks.