EventType

class EventType<T : Event>(name: String)

Contains the javascript related name and actual type of the Event.

Constructors

EventType
Link copied to clipboard
js
fun EventType(name: String)

Functions

equals
Link copied to clipboard
js
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
js
open fun hashCode(): Int
toString
Link copied to clipboard
js
open fun toString(): String

Properties

name
Link copied to clipboard
js
val name: String