getPropertyValue method

String getPropertyValue(
  1. String property
)

The CSSStyleDeclaration.getPropertyValue() method interface returns a string containing the value of a specified CSS property.

Implementation

external String getPropertyValue(String property);