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

14 lines
558 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; [startLine](./puppeteer.protocol.css.cssstylesheetheader.startline.md)
## Protocol.CSS.CSSStyleSheetHeader.startLine property
Line offset of the stylesheet within the resource (zero based).
<b>Signature:</b>
```typescript
startLine: number;
```