Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/caviar/src/events/EventManager.ts>EventHandler

⚡ Blazing fast, modern, Game Engine powered by WebGPU for Deno and the browser
Go to Latest
type alias EventHandler
import { type EventHandler } from "https://deno.land/x/caviar@2.4.7/src/events/EventManager.ts";

Type Parameters

optional
T extends Event = Event
definition: (data: T) => void