CssPropertyDeclaration

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").

Constructors

Link copied to clipboard
constructor(name: String, value: String)

Properties

Link copied to clipboard
Link copied to clipboard