Skip to main content

UIEvent

Simple user interface events.

Properties

targetNode

targetNode: Node

win

win: Window

doc

doc: Document

Methods

instanceOf

instanceOf: <T>(type: new (...data: any[]) => T) => this is T

Cross-window capable instanceof check, a drop-in replacement for instanceof checks on UIEvents.