Constructors

Link copied to clipboard
constructor(parentProperty: ObservableValue<P?>, defaultProperty: Property<V>, getProperty: (P) -> Property<V>)

Properties

Link copied to clipboard

The default value to use when parentProperty.value == null.

Link copied to clipboard
val getProperty: (P) -> Property<V>

A lambda to get the Property we are interested in tracking, from the value of parentProperty.

Link copied to clipboard
Link copied to clipboard
override var value: V