Companion

object Companion

Functions

Link copied to clipboard
fun <T> weakProperty(value: T? = null, onChange: (value: T?) -> Unit? = null): CSProperty<T?>