Interface StyleRule
public interface StyleRule
CSS rule inside of a style sheet
-
Method Summary
Modifier and TypeMethodDescriptionGet the properties specified by the rule.Get the rule selector
-
Method Details
-
getSelector
-
getProperties
StylePropertiesReadonly getProperties()Get the properties specified by the rule.- Returns:
- Rule properties
-