get method
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);
The get()
method of the
StylePropertyMapReadOnly interface returns a CSSStyleValue
object for the first value of the specified property.
external CSSStyleValue? get(String property);