mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
844 B
844 B
Home > puppeteer > Protocol > DOM > ShadowRootPoppedEvent
Protocol.DOM.ShadowRootPoppedEvent interface
Called when shadow root is popped from the element.
Signature:
export interface ShadowRootPoppedEvent
Properties
Property | Type | Description |
---|---|---|
hostId | NodeId | Host element id. |
rootId | NodeId | Shadow root id. |