Event

final case class Event[F[_], S, M](`type`: String, phase: EventPhase, stopPropagation: Boolean, effect: Access[F, S, M] => F[Unit]) extends Binding[F, S, M]
trait Serializable
trait Product
trait Equals
trait Binding[F, S, M]
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product