CanonicalEventPropBuilder

trait CanonicalEventPropBuilder[DomEvent] extends EventPropBuilder[[Ev] =>> EventProp[Ev], DomEvent]

Canonical implementation of EventPropBuilder, using our own EventProp class.

Canonical implementation of EventPropBuilder, using our own EventProp class.

If you are using this implementation, create an implicit value class around EventProp – there you can e.g. implement the := method.

Alternatively, implement your own EventPropBuilder that uses either a subclass of EventProp or a completely unrelated type of your own.

trait EventPropBuilder[[Ev] =>> EventProp[Ev], DomEvent]
class Object
trait Matchable
class Any

Value members

Concrete methods

override protected def eventProp[Ev <: DomEvent](key: String): EventProp[Ev]
Definition Classes