getAll method
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);
The getAll()
method of the
StylePropertyMapReadOnly interface returns an array of
CSSStyleValue objects containing the values for the provided property.
external JSArray<CSSStyleValue> getAll(String property);