Options
All
  • Public
  • Public/Protected
  • All
Menu

The data bound to an event that got triggered.

Hierarchy

  • EventData

Implements

Index

Constructors

Properties

Constructors

  • new EventData(data: string, sender: string): EventData

Properties

data: string = ''

The data sent alongside the event.

sender: string = ''

The ID of the sender of the event.

Generated using TypeDoc