Event Listener
@Serializable
Object event listener.
Constructors
Link copied to clipboard
constructor(type: String, useCapture: Boolean, passive: Boolean, once: Boolean, scriptId: ScriptId, lineNumber: Int, columnNumber: Int, handler: RemoteObject? = null, originalHandler: RemoteObject? = null, backendNodeId: BackendNodeId? = null)
Properties
Link copied to clipboard
Node the listener is added to (if any).
Link copied to clipboard
Column number in the script (0-based).
Link copied to clipboard
Event handler function value.
Link copied to clipboard
Line number in the script (0-based).
Link copied to clipboard
Event original handler function value.
Link copied to clipboard
EventListener's useCapture.