toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
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
)
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
(undocumented in the protocol definition)
script
Id
Link copied to clipboard
val
scriptId
:
ScriptId
(undocumented in the protocol definition)
start
Link copied to clipboard
val
start
:
ScriptPosition
(undocumented in the protocol definition)