puppeteer/new-docs/puppeteer.protocol.css.cssstylesheetheader.ownernode.md

14 lines
559 B
Markdown
Raw Normal View History

<!-- 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; [CSS](./puppeteer.protocol.css.md) &gt; [CSSStyleSheetHeader](./puppeteer.protocol.css.cssstylesheetheader.md) &gt; [ownerNode](./puppeteer.protocol.css.cssstylesheetheader.ownernode.md)
## Protocol.CSS.CSSStyleSheetHeader.ownerNode property
The backend id for the owner node of the stylesheet.
<b>Signature:</b>
```typescript
ownerNode?: DOM.BackendNodeId;
```