Type alias ScopedEventCallback

ScopedEventCallback: ((e) => void)

Type declaration

    • (e): void
    • Function that are scoped to a specific this object and that is called when an event happens.

      Parameters

      • e: Event

      Returns void

Generated using TypeDoc