toggle menu
ComposeInvestigator Runtime API
2.1.0-Beta1-1.0.0-beta01
jvm
switch theme
search in API
ComposeInvestigator Runtime API
/
land.sungbin.composeinvestigator.runtime
/
getValue
get
Value
operator
fun
ComposableName
.
getValue
(
thisRef
:
Any
?
,
property
:
Any
?
)
:
String
val name: String by ComposableName("MyComposable") // result: "MyComposable"
See also
Composable
Name