toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.datastructure
/
Extra
/
Property
Property
class
Property
<
T
>
(
val
name
:
String
?
=
null
,
val
defaultGen
:
(
)
->
T
)
Members
Constructors
Property
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
defaultGen
:
(
)
->
T
)
Properties
default
Gen
Link copied to clipboard
val
defaultGen
:
(
)
->
T
name
Link copied to clipboard
val
name
:
String
?
=
null
Functions
get
Value
Link copied to clipboard
inline operator
fun
getValue
(
thisRef
:
Extra
,
property
:
KProperty
<
*
>
)
:
T
set
Value
Link copied to clipboard
inline operator
fun
setValue
(
thisRef
:
Extra
,
property
:
KProperty
<
*
>
,
value
:
T
)