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