toggle menu
Kotlin Wrappers API Reference
common
switch theme
search in API
kotlin-css
/
kotlinx.css
/
CssProperty
Css
Property
class
CssProperty
<
T
>
(
default
:
(
)
->
T
?
=
null
)
(
source
)
Members
Constructors
Css
Property
Link copied to clipboard
constructor
(
default
:
(
)
->
T
?
=
null
)
Functions
get
Value
Link copied to clipboard
operator
fun
getValue
(
thisRef
:
StyledElement
,
property
:
KProperty
<
*
>
)
:
T
set
Value
Link copied to clipboard
operator
fun
setValue
(
thisRef
:
StyledElement
,
property
:
KProperty
<
*
>
,
value
:
T
)