[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Console](./puppeteer.protocol.console.md) > [ConsoleMessage](./puppeteer.protocol.console.consolemessage.md) > [column](./puppeteer.protocol.console.consolemessage.column.md) ## Protocol.Console.ConsoleMessage.column property Column number in the resource that generated this message (1-based). Signature: ```typescript column?: integer; ```