Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
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
)