Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • EventListener

Index

Constructors

Properties

Constructors

  • new EventListener(name: string, type: "once" | "always", callback: ((...args: any[]) => any)): EventListener

Properties

callback: ((...args: any[]) => any)

Type declaration

    • (...args: any[]): any
    • Parameters

      • Rest ...args: any[]

      Returns any

eventName: string
type: "once" | "always"

Generated using TypeDoc version 0.22.18, the 7/5/2022