get method

CSSStyleValue? get(
  1. String property
)

The get() method of the StylePropertyMapReadOnly interface returns a CSSStyleValue object for the first value of the specified property.

Implementation

external CSSStyleValue? get(String property);