SetProperty

kreuzberg.EventSink.SetProperty
case class SetProperty[D <: ScalaJsElement, S](property: JsProperty[D, S]) extends EventSink[S]

Set a javascript property

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait EventSink[S]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

inline def and[T <: S](sink: EventSink[T]): EventSink[T]

Add another sink

Add another sink

Attributes

Inherited from:
EventSink
inline def contraCollect[F](pf: PartialFunction[F, S]): EventSink[F]

Applies a partial function before calling the sink.

Applies a partial function before calling the sink.

Attributes

Inherited from:
EventSink
def contraMap[F](f: F => S): EventSink[F]

Applies a map function before calling a sink.

Applies a map function before calling a sink.

Attributes

Inherited from:
EventSink
inline def preTransform[F, T <: S](transformer: EventTransformer[F, T]): EventSink[F]

Attributes

Inherited from:
EventSink
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product