Skip to main content

CSSKeywordValue

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

MDN Reference

Extends

Methods

toString()

toString(): string;

Returns

string

Inherited from

CSSStyleValue.toString

Properties

value

value: string;

The value property of the CSSKeywordValue interface returns or sets the value of the CSSKeywordValue.

MDN Reference