docs(new): migrate ConsoleMessage docs to TSDoc (#6065)

This commit is contained in:
Paul Lewis
2020-06-22 13:52:39 +01:00
committed by GitHub
parent 983a7b67df
commit 819afbebf7
14 changed files with 145 additions and 13 deletions

View File

@@ -0,0 +1,13 @@
<!-- 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;
```