kreuzberg.JsEvent
See theJsEvent companion object
case class JsEvent[T](componentId: Option[Identifier], name: String, fn: ScalaJsEvent => T, capture: Boolean)
A JavaScript DOM Event
Value parameters
- capture
-
if true, the event will be captured.
- componentId
-
the component ID, if not given, it's a window event.
- fn
-
initial transformation function (executed directly in event handler, es needed e.g. for Transformation Events)
- name
-
name of the event
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article