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