Companion

object Companion

Functions

Link copied to clipboard
infix inline suspend fun <T> CSSuspendProperty<T>.assign(other: T)
infix inline suspend fun <T> CSSuspendProperty<T>.assign(other: CSValue<T>)
Link copied to clipboard
Link copied to clipboard
fun <T> suspendProperty(value: T, onChange: suspend (value: T) -> Unit = {}): CSSuspendPropertyImpl<T>