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)

Properties

name
Link copied to clipboard
js
val name: String