1.1 KiB
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. |