kreuzberg.JsEvent
See theJsEvent companion object
case class JsEvent(componentId: Option[Identifier], name: String, preventDefault: Boolean, 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.
- name
-
name of the event
- preventDefault
-
if true, preventDefault will be called on it
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Implicitly added by toJsEventSource
Collect values.
Implicitly added by toJsEventSource
Filters the value
Implicitly added by toJsEventSource
Attach a handler
Implicitly added by toJsEventSource
Attach a handler, discarding the value.
Implicitly added by toJsEventSource
Just hook in some code.
Implicitly added by toJsEventSource
Map the value
Implicitly added by toJsEventSource
Combine with some other event source.
Implicitly added by toJsEventSource
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Implicitly added by toJsEventSource
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article