toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-react-core
/
react
/
FunctionStateInstance
Function
State
Instance
sealed
external
interface
FunctionStateInstance
<
T
>
(
source
)
Members
Functions
get
Value
Link copied to clipboard
open
inline operator
fun
getValue
(
thisRef
:
Nothing
?
,
property
:
KProperty
<
*
>
)
:
T
set
Value
Link copied to clipboard
open
inline operator
fun
setValue
(
thisRef
:
Nothing
?
,
property
:
KProperty
<
*
>
,
value
:
T
)