getPropertyPriority method

String getPropertyPriority(
  1. String property
)

The CSSStyleDeclaration.getPropertyPriority() method interface returns a string that provides all explicitly set priorities on the CSS property.

Implementation

external String getPropertyPriority(String property);