useProperty

fun <S : Scheme, T> S.useProperty(property: KProperty1<S, T>, owner: Any? = null, callBack: S.(T) -> Unit)

Use the value of the property in a callBack. The callback is called once immediately after subscription to pass the initial value.

Optional owner property is used for