ErrorEvent
Defined in: util/evented.ts:66
An error event
Extends
Event<"error">
Properties
target?
optionaltarget?:unknown
Defined in: util/evented.ts:51
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.