Pacote
    Preparing search index...

    Interface SubscriberOptions

    Configuration passed when registering a subscriber.

    interface SubscriberOptions {
        signal?: AbortSignal;
    }
    Index

    Properties

    Properties

    signal?: AbortSignal

    Abort signal that automatically removes the subscriber when triggered.