EventListenerF

class EventListenerF[F[_]]
Companion:
object
class Object
trait Matchable
class Any
object EventListener.type

Value members

Concrete methods

def apply[E <: Event]: OfEventType[F, E]
def install[G[_], P, C <: Children, S, B <: OnUnmountF[F], U <: UpdateSnapshot](eventType: String, listener: MountedPure[P, S, B] => G[Unit], target: MountedImpure[P, S, B] => EventTarget, useCapture: Boolean)(implicit F: Dispatch[F], G: Dispatch[G]): (P, C, S, B, U) => U

See OfEventType.install().

See OfEventType.install().

def install_[G[_], P, C <: Children, S, B <: OnUnmountF[F], U <: UpdateSnapshot](eventType: String, listener: G[Unit], target: => EventTarget, useCapture: Boolean)(implicit F: Dispatch[F], G: Dispatch[G]): (P, C, S, B, U) => U

See OfEventType.install().

See OfEventType.install().