Interface SignalOptions

interface SignalOptions {
    once?: boolean;
}

Hierarchy (view full)

Properties

Properties

once?: boolean

If true, removes the handler after the first invocation.