SetDOMBreakpointParameter

@Serializable
data class SetDOMBreakpointParameter(val nodeId: Int, val type: DOMDebugger.DOMBreakpointType)

Constructors

Link copied to clipboard
constructor(nodeId: Int, type: DOMDebugger.DOMBreakpointType)

Properties

Link copied to clipboard
val nodeId: Int

Identifier of the node to set breakpoint on.

Link copied to clipboard

Type of the operation to stop upon.