Event Listener
data class EventListener(type: String, useCapture: Boolean, passive: Boolean, once: Boolean, scriptId: ScriptId, lineNumber: Int, columnNumber: Int, handler: RemoteObject?, originalHandler: RemoteObject?, backendNodeId: BackendNodeId?)
Content copied to clipboard
Object event listener.
Constructors
EventListener
Link copied to clipboard
fun EventListener(type: String, useCapture: Boolean, passive: Boolean, once: Boolean, scriptId: ScriptId, lineNumber: Int, columnNumber: Int, handler: RemoteObject? = null, originalHandler: RemoteObject? = null, backendNodeId: BackendNodeId? = null)
Content copied to clipboard
Properties
backendNodeId
Link copied to clipboard
columnNumber
Link copied to clipboard
handler
Link copied to clipboard
lineNumber
Link copied to clipboard
originalHandler
Link copied to clipboard
useCapture
Link copied to clipboard
Sources
jvm source
Link copied to clipboard