Type Alias EventCallbackType

EventCallbackType: (e: Event) => boolean | void

Type declaration

    • (e: Event): boolean | void
    • Parameters

      • e: Event

      Returns boolean | void