toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-node
/
node.inspector.profiler
/
ConsoleProfileFinishedEventDataType
Console
Profile
Finished
Event
Data
Type
sealed
external
interface
ConsoleProfileFinishedEventDataType
(
source
)
Members
Properties
id
Link copied to clipboard
abstract
var
id
:
String
location
Link copied to clipboard
abstract
var
location
:
Location
Location of console.profileEnd().
profile
Link copied to clipboard
abstract
var
profile
:
Profile
title
Link copied to clipboard
abstract
var
title
:
String
?
Profile title passed as an argument to console.profile().