puppeteer/new-docs/puppeteer.consolemessagelocation.linenumber.md

14 lines
462 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [ConsoleMessageLocation](./puppeteer.consolemessagelocation.md) &gt; [lineNumber](./puppeteer.consolemessagelocation.linenumber.md)
## ConsoleMessageLocation.lineNumber property
0-based line number in the resource if known or `undefined` otherwise.
<b>Signature:</b>
```typescript
lineNumber?: number;
```