Skip to content

UIEvent

Unofficial

Augments the built-in UIEvent interface.

Signature:

export interface UIEvent extends Event

Extends: Event

Properties

PropertyTypeDescription
docDocumentThe document of the event.
targetNodeNode | nullThe target node of the event.
winWindowThe window of the event.

Methods

MethodReturnsDescription
instanceOf(type)this is TCross-window capable instanceof check, a drop-in replacement for instanceof checks on UIEvents.