Skip to main content
Version: Next

Event

Index

Constructors

constructor

Properties

publicstaticreadonlyEVENT_NUMBER

EVENT_NUMBER: number = Event.EVENT_TYPES.length

publicstaticreadonlyEVENT_TYPES

EVENT_TYPES: EventType[] = ...

Methods

publicstaticgetNameFromType

  • getNameFromType(eventType: EventType): string
  • Parameters

    • eventType: EventType

    Returns string

publicstaticisTypeValid

  • isTypeValid(eventType: EventType): boolean
  • Parameters

    • eventType: EventType

    Returns boolean