chrome-devtools-kotlin
5.1.0-1165014
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.debugger
/
LocationRange
Location
Range
@
Serializable
data
class
LocationRange
(
val
scriptId
:
ScriptId
,
val
start
:
ScriptPosition
,
val
end
:
ScriptPosition
)
(
source
)
Location range within one script.
Official doc
Members
Constructors
Location
Range
Link copied to clipboard
constructor
(
scriptId
:
ScriptId
,
start
:
ScriptPosition
,
end
:
ScriptPosition
)
Properties
end
Link copied to clipboard
val
end
:
ScriptPosition
script
Id
Link copied to clipboard
val
scriptId
:
ScriptId
start
Link copied to clipboard
val
start
:
ScriptPosition