mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs(new): migrate ConsoleMessage docs to TSDoc (#6065)
This commit is contained in:
13
new-docs/puppeteer.consolemessagelocation.linenumber.md
Normal file
13
new-docs/puppeteer.consolemessagelocation.linenumber.md
Normal file
@@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [ConsoleMessageLocation](./puppeteer.consolemessagelocation.md) > [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;
|
||||
```
|
||||
Reference in New Issue
Block a user