core
/
dev.fritz2.dom.html
/
EventType
js
Event
Type
class
EventType
<
T
:
Event
>(name:
String
)
Content copied to clipboard
Contains the javascript related name and actual type of the
Event
.
Constructors
Functions
Properties
Constructors
EventType
Link copied to clipboard
js
fun
EventType
(name:
String
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
js
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
js
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
js
open fun
toString
():
String
Content copied to clipboard
Properties
name
Link copied to clipboard
js
val
name
:
String
Content copied to clipboard