synchronized Property
fun <T> synchronizedProperty(value: T, onApply: (value: T) -> Unit? = null): CSSynchronizedEventProperty<T>
Content copied to clipboard
fun <T> synchronizedProperty(property: CSEventProperty<T>, onApply: (value: T) -> Unit? = null): CSSynchronizedEventProperty<value: T>
Content copied to clipboard