On this page
Methods

Interface CSSStyleValue

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 (View Summary)

Index

Methods

Methods

  • Returns string

Was this helpful?
SDK JS
Reference
CSSStyleValue