oskit-compose
Toggle table of contents
4.0.1
common
Platform filter
common
Switch theme
Search in API
oskit-compose
oskit-compose
/
com.outsidesource.oskitcompose.lib
/
VarRef
Var
Ref
data
class
VarRef
<
T
>
(
var
value
:
T
)
A variable container class to store and update ephemeral data without causing recompositions
Members
Constructors
Var
Ref
Link copied to clipboard
constructor
(
value
:
T
)
Properties
value
Link copied to clipboard
var
value
:
T