chrome-devtools-kotlin
Toggle table of contents
8.1.0-1515189
common
Platform filter
common
Switch theme
Search in API
chrome-devtools-kotlin
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.audits
/
SourceCodeLocation
Source
Code
Location
@
Serializable
data
class
SourceCodeLocation
(
val
scriptId
:
ScriptId
?
=
null
,
val
url
:
String
,
val
lineNumber
:
Int
,
val
columnNumber
:
Int
)
(undocumented in the protocol definition)
Official doc
Members
Constructors
Source
Code
Location
Link copied to clipboard
constructor
(
scriptId
:
ScriptId
?
=
null
,
url
:
String
,
lineNumber
:
Int
,
columnNumber
:
Int
)
Properties
column
Number
Link copied to clipboard
val
columnNumber
:
Int
(undocumented in the protocol definition)
line
Number
Link copied to clipboard
val
lineNumber
:
Int
(undocumented in the protocol definition)
script
Id
Link copied to clipboard
val
scriptId
:
ScriptId
?
=
null
(undocumented in the protocol definition)
url
Link copied to clipboard
val
url
:
String
(undocumented in the protocol definition)