[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [ShadowRootPoppedEvent](./puppeteer.protocol.dom.shadowrootpoppedevent.md) ## Protocol.DOM.ShadowRootPoppedEvent interface Called when shadow root is popped from the element. Signature: ```typescript export interface ShadowRootPoppedEvent ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [hostId](./puppeteer.protocol.dom.shadowrootpoppedevent.hostid.md) | [NodeId](./puppeteer.protocol.dom.nodeid.md) | Host element id. | | [rootId](./puppeteer.protocol.dom.shadowrootpoppedevent.rootid.md) | [NodeId](./puppeteer.protocol.dom.nodeid.md) | Shadow root id. |