JsProperty

kreuzberg.RuntimeState$.JsProperty
case class JsProperty[D <: ScalaJsElement, S](componentId: Identifier, getter: D => S, setter: (D, S) => Unit) extends JsRuntimeStateBase[D, S]

Encapsulates a read/writable property.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait JsRuntimeStateBase[D, S]
trait RuntimeState[S]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def map[S2](f: S => S2): RuntimeState[S2]

Attributes

Inherited from:
RuntimeState
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def zip[S2](other: RuntimeState[S2]): RuntimeState[(S, S2)]

Attributes

Inherited from:
RuntimeState