C S S Property
data class CSSProperty(name: String, value: String, important: Boolean?, implicit: Boolean?, text: String?, parsedOk: Boolean?, disabled: Boolean?, range: SourceRange?)
Content copied to clipboard
CSS property declaration data.
Constructors
CSSProperty
Link copied to clipboard
fun CSSProperty(name: String, value: String, important: Boolean? = null, implicit: Boolean? = null, text: String? = null, parsedOk: Boolean? = null, disabled: Boolean? = null, range: SourceRange? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard