data class RemoveDOMBreakpointRequest
Request object containing input parameters for the DOMDebuggerDomain.removeDOMBreakpoint command.
<init> |
Request object containing input parameters for the DOMDebuggerDomain.removeDOMBreakpoint command. RemoveDOMBreakpointRequest(nodeId: NodeId, type: DOMBreakpointType) |
nodeId |
Identifier of the node to remove breakpoint from. val nodeId: NodeId |
type |
Type of the breakpoint to remove. val type: DOMBreakpointType |