puppeteer/new-docs/puppeteer.protocol.css.sourcerange.endcolumn.md

14 lines
496 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; [CSS](./puppeteer.protocol.css.md) &gt; [SourceRange](./puppeteer.protocol.css.sourcerange.md) &gt; [endColumn](./puppeteer.protocol.css.sourcerange.endcolumn.md)
## Protocol.CSS.SourceRange.endColumn property
End column of range (exclusive).
<b>Signature:</b>
```typescript
endColumn: integer;
```