getAll method

JSArray<CSSStyleValue> getAll(
  1. String property
)

The getAll() method of the StylePropertyMapReadOnly interface returns an array of CSSStyleValue objects containing the values for the provided property.

Implementation

external JSArray<CSSStyleValue> getAll(String property);