Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines the typed signature for an event. This type is distinct from Event itself as it is a backwards compatible decorator whose job is to create and enforce type signatures using the newer, shortened event syntax.

Type parameters

  • T: Function

Hierarchy

  • TypedBehavior

Implemented by

Index

Properties

commands

commands: string[]

destroy

destroy: T

event

event: string

eventToken

eventToken: string

name

name: string

run

run: T