renetik-android
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
renetik-android
renetik-android-event
/
renetik.android.event.property
/
CSSuspendProperty
/
Companion
/
suspendProperty
suspend
Property
fun
<
T
>
suspendProperty
(
value
:
T
,
onChange
:
suspend
(
value
:
T
)
->
Unit
=
{}
)
:
CSSuspendPropertyImpl
<
T
>