EventPropBuilder

trait EventPropBuilder[EP[Ev <: DomEvent], DomEvent]

This trait builds event prop objects which are typically found on the left hand side of the onEvent := callback syntax.

This trait builds event prop objects which are typically found on the left hand side of the onEvent := callback syntax.

See also: com.raquo.domtypes.generic.builders.canonical.CanonicalEventPropBuilder

Type Params
DomEvent

Base type for DOM events (dom.Event in Scala JS)

EP

EventProp

class Object
trait Matchable
class Any

Value members

Abstract methods

@inline
protected def eventProp[Ev <: DomEvent](key: String): EP[Ev]