EventProp

class EventProp[Ev](val name: String) extends Key

This class represents an HTML Element Event Property. Meaning the key that can be set, not a key-value pair.

This class represents an HTML Element Event Property. Meaning the key that can be set, not a key-value pair.

An example would be an "onclick" property.

Type Params
Ev

type of DOM Events that the event handler callback for this event prop accepts

class Key
class Object
trait Matchable
class Any

Value members

Concrete fields

override val name: String