Skip to content

UIEvent

Unofficial

Augments the built-in UIEvent interface.

Signature:

export interface UIEvent extends Event

Extends: Event

Properties

Property Type Description
doc Document The document of the event.
targetNode Node | null The target node of the event.
win Window The window of the event.

Methods

Method Returns Description
instanceOf(type) this is T Cross-window capable instanceof check, a drop-in replacement for instanceof checks on UIEvents.