InspectedElementWindowRestored

@Serializable
data class InspectedElementWindowRestored(val backendNodeId: BackendNodeId) : OverlayEvent

Fired when user asks to restore the Inspected Element floating window.

Official doc

Constructors

Link copied to clipboard
constructor(backendNodeId: BackendNodeId)

Properties

Link copied to clipboard

Id of the node to restore the floating window for.