struct Protocol::DOM::PseudoElementAdded

Overview

Called when a pseudo element is added to 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 : Node #

The added pseudo element.


[View source]