lateProperty

fun <T> lateProperty(onChange: (value: T) -> Unit? = null): CSLateProperty<T>