chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.domdebugger / SetEventListenerBreakpointRequest

SetEventListenerBreakpointRequest

data class SetEventListenerBreakpointRequest

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

Constructors

<init>

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

SetEventListenerBreakpointRequest(eventName: String, targetName: String? = null)

Properties

eventName

DOM Event name to stop on (any DOM event will do).

val eventName: String

targetName

EventTarget interface name to stop on. If equal to "*" or not provided, will stop on any EventTarget.

val targetName: String?