EventListener
@Serializable
Object event listener.
Constructors
Link copied to clipboard
constructor(type: String, useCapture: Boolean, passive: Boolean, once: Boolean, scriptId: String, lineNumber: Int, columnNumber: Int, handler: Runtime.RemoteObject? = null, originalHandler: Runtime.RemoteObject? = null, backendNodeId: Int? = 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.