RemoveDOMBreakpointRequest

@Serializable
data class RemoveDOMBreakpointRequest(val nodeId: NodeId, val type: DOMBreakpointType)

Request object containing input parameters for the DOMDebuggerDomain.removeDOMBreakpoint command.

Constructors

Link copied to clipboard
constructor(nodeId: NodeId, type: DOMBreakpointType)

Properties

Link copied to clipboard

Identifier of the node to remove breakpoint from.

Link copied to clipboard

Type of the breakpoint to remove.