kobweb
Toggle table of contents
0.23.1
js
Platform filter
js
Switch theme
Search in API
kobweb
compose-html-ext
/
com.varabyte.kobweb.compose.css
/
CssPropertyDeclaration
Css
Property
Declaration
data
class
CssPropertyDeclaration
(
val
name
:
String
,
val
value
:
String
)
(
source
)
Represents a CSS property and the value it is set to, e.g.
("width", "10px")
.
Members
Constructors
Css
Property
Declaration
Link copied to clipboard
constructor
(
name
:
String
,
value
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String
value
Link copied to clipboard
val
value
:
String