Class CollectorArray<THandler>

Returns the result of the all signal handlers from a signal emission in an array.

Typeparam

THandler The function signature to be implemented by handlers.

Type Parameters

  • THandler extends ((...args) => any)

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

emit: ((...args) => void)

Publish the bound signal event (call all handlers) to start the collection process.

Type declaration

    • (...args): void
    • Parameters

      Returns void

Method

Methods