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

14 lines
600 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; [isConstructed](./puppeteer.protocol.css.cssstylesheetheader.isconstructed.md)
## Protocol.CSS.CSSStyleSheetHeader.isConstructed property
Whether this stylesheet is a constructed stylesheet (created using new CSSStyleSheet()).
<b>Signature:</b>
```typescript
isConstructed: boolean;
```