struct Protocol::CSS::SourceRange
- Protocol::CSS::SourceRange
- Struct
- Value
- Object
Overview
Text range within a resource. All numbers are zero-based.
Included Modules
- JSON::Serializable
Defined in:
protocol/css.crConstructors
Instance Method Summary
-
#end_column : Int::Primitive
End column of range (exclusive).
-
#end_line : Int::Primitive
End line of range
-
#start_column : Int::Primitive
Start column of range (inclusive).
-
#start_line : Int::Primitive
Start line of range.