⚠️ Internal: This API is not publically exported by the package.

Interface StaticEventEmitterOptions

interface StaticEventEmitterOptions {
    signal?: AbortSignal;
}

Hierarchy

Properties

Properties

signal?: AbortSignal

Can be used to cancel awaiting events.