CSSKeywordValue

open class CSSKeywordValue(var value: String) : CSSStyleValue(source)

The CSSKeywordValue interface of the CSS Typed Object Model API creates an object to represent CSS keywords and other identifiers.

MDN Reference

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

The value property of the CSSKeywordValue.