| AttributeModified |
Fired when `Element`'s attribute is modified.
|
| AttributeRemoved |
Fired when `Element`'s attribute is removed.
|
| BackendNode |
Backend node with a friendly name.
|
| BackendNodeId |
Unique DOM node identifier used to reference a node that may not have been pushed to the
front-end.
|
| BoxModel |
Box model.
|
| CharacterDataModified |
Mirrors `DOMCharacterDataModified` event.
|
| ChildNodeCountUpdated |
Fired when `Container`'s child node count has changed.
|
| ChildNodeInserted |
Mirrors `DOMNodeInserted` event.
|
| ChildNodeRemoved |
Mirrors `DOMNodeRemoved` event.
|
| DistributedNodesUpdated |
Called when distrubution is changed.
|
| Node |
DOM interaction is implemented in terms of mirror objects that represent the actual DOM nodes.
|
| NodeId |
Unique DOM node identifier.
|
| PseudoElementAdded |
Called when a pseudo element is added to an element.
|
| PseudoElementRemoved |
Called when a pseudo element is removed from an element.
|
| Quad |
An array of quad vertices, x immediately followed by y for each point, points clock-wise.
|
| Rect |
Rectangle.
|
| RGBA |
A structure holding an RGBA color.
|
| SetChildNodes |
Fired when backend wants to provide client with the missing DOM structure.
|
| ShadowRootPopped |
Called when shadow root is popped from the element.
|
| ShadowRootPushed |
Called when shadow root is pushed into the element.
|
| ShapeOutsideInfo |
CSS Shape Outside details.
|