interface IEvent {
    _type: string;
    get args(): any[];
    get name(): string;
}

Implemented by

Properties

Accessors

Properties

_type: string

Accessors

  • get args(): any[]
  • Returns any[]

  • get name(): string
  • Returns string