ConsoleProfileStartedParameter

@Serializable
data class ConsoleProfileStartedParameter(val id: String, val location: Debugger.Location, val title: String? = null)

Sent when new profile recording is started using console.profile() call.

Constructors

Link copied to clipboard
constructor(id: String, location: Debugger.Location, title: String? = null)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard

Location of console.profile().

Link copied to clipboard
val title: String? = null

Profile title passed as an argument to console.profile().