JsEvent

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product