puppeteer/new-docs/puppeteer.protocol.css.sourcerange.md
2020-07-13 14:01:35 +01:00

1.1 KiB

Home > puppeteer > Protocol > CSS > SourceRange

Protocol.CSS.SourceRange interface

Text range within a resource. All numbers are zero-based.

Signature:

export interface SourceRange 

Properties

Property Type Description
endColumn integer End column of range (exclusive).
endLine integer End line of range
startColumn integer Start column of range (inclusive).
startLine integer Start line of range.