ReactiveState
Toggle table of contents
6.0.0-preview.9
common
Platform filter
common
Switch theme
Search in API
ReactiveState
reactivestate-core
/
com.ensody.reactivestate
/
propertyName
property
Name
inline
fun
<
T
>
propertyName
(
crossinline
block
:
(
name
:
String
)
->
T
)
:
ReadOnlyProperty
<
Any
?
,
T
>
A
lazyProperty
that only receives the
KProperty.name
as its argument.