@ac-essentials/misc-util
    Preparing search index...

    Type Alias SubscribableSubscribeOptions

    type SubscribableSubscribeOptions = {
        once?: boolean;
    }
    Index

    Properties

    Properties

    once?: boolean

    If true, the subscriber will be automatically unsubscribed after being called once.

    Default is false.