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