puppeteer/new-docs/puppeteer.protocol.console.consolemessage.column.md

14 lines
553 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; [Console](./puppeteer.protocol.console.md) &gt; [ConsoleMessage](./puppeteer.protocol.console.consolemessage.md) &gt; [column](./puppeteer.protocol.console.consolemessage.column.md)
## Protocol.Console.ConsoleMessage.column property
Column number in the resource that generated this message (1-based).
<b>Signature:</b>
```typescript
column?: integer;
```