InitialChange

Encapsulates an action changing a single source.

class Object
trait Matchable
class Any

Value members

Abstract methods

def writeValue(base: Value, writeCallback: Value => Unit): Boolean
Value Params
base

the current (old) value of the source.

writeCallback

callback to apply the new value, executed only if the action is approved by the source.

Returns

the propagation status of the source (whether or not to reevaluate output reactives).

Abstract fields

The source to be changed.

The source to be changed.