MapErrorEvent interface
Event object returned by the maps when an error event occurs.
- Extends
Properties
| error | The |
| map | The |
| original |
The original event that was fired. |
| type | The event type. |
Property Details
error
The Error object that triggered the event.
error: Error
Property Value
Error
map
originalEvent
The original event that was fired.
originalEvent?: Event
Property Value
Event
type
The event type.
type: string
Property Value
string