chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.css / ShorthandEntry

ShorthandEntry

data class ShorthandEntry

Constructors

<init>

ShorthandEntry(name: String, value: String, important: Boolean? = null)

Properties

important

Whether the property has "!important" annotation (implies false if absent).

val important: Boolean?

name

Shorthand name.

val name: String

value

Shorthand value.

val value: String