propertyDelegate

fun <T> propertyDelegate(parent: CSHasRegistrations, property: CSProperty<T>, onChange: (value: T) -> Unit? = null): CSProperty<T>