struct Protocol::DOM::PseudoElementRemoved

Overview

Called when a pseudo element is removed from an element.

Included Modules

Defined in:

protocol/dom.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def parent_id : NodeId #

Pseudo element's parent element id.


[View source]
def pseudo_element_id : NodeId #

The removed pseudo element id.


[View source]