CSSKeywordValue
The CSSKeywordValue interface of the CSS Typed Object Model API creates an object to represent CSS keywords and other identifiers.
Extends
Methods
toString()
toString(): string;
Returns
string
Inherited from
Properties
value
value: string;
The value property of the CSSKeywordValue interface returns or sets the value of the CSSKeywordValue.