struct Protocol::DOM::PseudoElementRemoved
- Protocol::DOM::PseudoElementRemoved
- Struct
- Value
- Object
Overview
Called when a pseudo element is removed from an element.
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/dom.crConstructors
Instance Method Summary
-
#parent_id : NodeId
Pseudo element's parent element id.
-
#pseudo_element_id : NodeId
The removed pseudo element id.