The CSSStyleValue interface of the CSS Typed Object Model API is the base class of all CSS values accessible through the Typed OM API.

MDN Reference

interface CSSStyleValue {
    toString(): string;
}
Hierarchy
Index

Methods

Methods

  • Returns string