Type alias ElementEventCallback<Ctx, Impl>

ElementEventCallback<Ctx, Impl>: ((this, e) => boolean | void)

Type Parameters

  • Ctx

  • Impl

Type declaration

    • (this, e): boolean | void
    • Parameters

      Returns boolean | void