EventProp

com.raquo.laminar.keys.EventProp
class EventProp[Ev <: Event](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.

An example would be an "onclick" property.

Note: ReactiveEventProp is implicitly converted to EventProcessor. See all the useful methods there.

Type parameters

Ev

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

Attributes

Graph
Supertypes
class Key
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

override val name: String