| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.commands | |
| com.qeagle.devtools.protocol.types.css |
| Modifier and Type | Method and Description |
|---|---|
CSSRule |
CSS.addRule(String styleSheetId,
String ruleText,
SourceRange location)
Inserts a new rule with the given `ruleText` in a stylesheet with given `styleSheetId`, at the
position specified by `location`.
|
| Modifier and Type | Method and Description |
|---|---|
CSSRule |
RuleMatch.getRule()
CSS rule in the match.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleMatch.setRule(CSSRule rule)
CSS rule in the match.
|
Copyright © 2020. All rights reserved.