OpenDevToolsParameter

@Serializable
data class OpenDevToolsParameter(val targetId: String, val panelId: String? = null)

Constructors

Link copied to clipboard
constructor(targetId: String, panelId: String? = null)

Properties

Link copied to clipboard
val panelId: String? = null

The id of the panel we want DevTools to open initially. Currently supported panels are elements, console, network, sources, resources and performance.

Link copied to clipboard

This can be the page or tab target ID.