parse static method

CSSStyleValue parse(
  1. String property,
  2. String cssText
)

The parse() static method of the CSSStyleValue interface sets a specific CSS property to the specified values and returns the first value as a CSSStyleValue object.

Implementation

external static CSSStyleValue parse(
  String property,
  String cssText,
);