22 lines
844 B
Markdown
22 lines
844 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[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.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```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. |
|
||
|
|