puppeteer/new-docs/puppeteer.protocol.dom.shadowrootpushedevent.md
2020-07-13 14:01:35 +01:00

833 B

Home > puppeteer > Protocol > DOM > ShadowRootPushedEvent

Protocol.DOM.ShadowRootPushedEvent interface

Called when shadow root is pushed into the element.

Signature:

export interface ShadowRootPushedEvent 

Properties

Property Type Description
hostId NodeId Host element id.
root Node Shadow root.