toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
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)