weakProperty

fun <T> weakProperty(value: T? = null, onChange: (value: T?) -> Unit? = null): CSProperty<T?>