puppeteer/new-docs/puppeteer.protocol.audits.sourcecodelocation.md

21 lines
853 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; [Audits](./puppeteer.protocol.audits.md) &gt; [SourceCodeLocation](./puppeteer.protocol.audits.sourcecodelocation.md)
## Protocol.Audits.SourceCodeLocation interface
<b>Signature:</b>
```typescript
export interface SourceCodeLocation
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [columnNumber](./puppeteer.protocol.audits.sourcecodelocation.columnnumber.md) | [integer](./puppeteer.protocol.integer.md) | |
| [lineNumber](./puppeteer.protocol.audits.sourcecodelocation.linenumber.md) | [integer](./puppeteer.protocol.integer.md) | |
| [url](./puppeteer.protocol.audits.sourcecodelocation.url.md) | string | |