API Documentation
    Preparing search index...

    Type Alias EventCallback<T>

    EventCallback: (...values: Params<T>) => void

    Type of an event listener.

    Type Parameters

    • T

      the type of the event value. If T is void, no value will be available.

    Type Declaration

      • (...values: Params<T>): void
      • Parameters

        • ...values: Params<T>

        Returns void