Reactive APIs
    Preparing search index...

    Type Alias EventCallback<T>

    EventCallback: (...args: EventArgs<T>) => void

    The signature of the event listener callback for the given event.

    Type Parameters

    • T

    Type declaration