Vinyl
    Preparing search index...

    Interface SignalOptions

    interface SignalOptions {
        once?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    once?: boolean

    If true, removes the handler after the first invocation.