Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Mandarine.MandarineCore.Decorators.EventListener

import type { Mandarine } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/main-core/Mandarine.ns.ts"; 

const { EventListener } = Mandarine.MandarineCore.Decorators;
interface EventListener {
eventName: string;
methodName: string;
}

§Properties

§
eventName: string
[src]
§
methodName: string
[src]