chrome-devtools-kotlin
5.1.0-1165014
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.target.events
/
TargetEvent
/
TargetCreated
Target
Created
@
Serializable
data
class
TargetCreated
(
val
targetInfo
:
TargetInfo
)
:
TargetEvent
(
source
)
Issued when a possible inspection target is created.
Official doc
Members
Constructors
Target
Created
Link copied to clipboard
constructor
(
targetInfo
:
TargetInfo
)
Properties
target
Info
Link copied to clipboard
val
targetInfo
:
TargetInfo