Skip to content

ErrorEvent

Defined in: util/evented.ts:51

An error event

Extends

Properties

target?

optional target?: unknown

Defined in: util/evented.ts:36

The object that fired the event. Set when the event is fired, and narrowed to a more specific type (e.g. Map, Marker) by the event subclasses.

Inherited from

Event.target