| Package | Description |
|---|---|
| com.github.kklisura.cdt.protocol.commands |
| Modifier and Type | Method and Description |
|---|---|
List<CSSComputedStyleProperty> |
CSS.getComputedStyleForNode(Integer nodeId)
Returns the computed style for a DOM node identified by `nodeId`.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CSS.trackComputedStyleUpdates(List<CSSComputedStyleProperty> propertiesToTrack)
Starts tracking the given computed styles for updates.
|
Copyright © 2021 Kenan Klisura. All rights reserved.