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
Companion
object
Companion
Members
Functions
assign
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
>
)
suspended
Link copied to clipboard
fun
<
T
>
CSProperty
<
T
>
.
suspended
(
parent
:
CSHasRegistrations
)
:
CSSuspendProperty
<
T
>
suspend
Property
Link copied to clipboard
fun
<
T
>
suspendProperty
(
value
:
T
,
onChange
:
suspend
(
value
:
T
)
->
Unit
=
{}
)
:
CSSuspendPropertyImpl
<
T
>