RemoveDOMBreakpointParameter

@Serializable
data class RemoveDOMBreakpointParameter(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 remove breakpoint from.

Link copied to clipboard

Type of the breakpoint to remove.