<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [DOM](./puppeteer.protocol.dom.md) &gt; [ShadowRootPushedEvent](./puppeteer.protocol.dom.shadowrootpushedevent.md)

## Protocol.DOM.ShadowRootPushedEvent interface

Called when shadow root is pushed into the element.

<b>Signature:</b>

```typescript
export interface ShadowRootPushedEvent 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [hostId](./puppeteer.protocol.dom.shadowrootpushedevent.hostid.md) | [NodeId](./puppeteer.protocol.dom.nodeid.md) | Host element id. |
|  [root](./puppeteer.protocol.dom.shadowrootpushedevent.root.md) | [Node](./puppeteer.protocol.dom.node.md) | Shadow root. |