new Event(type)
Parameters:
Name | Type | Description |
---|---|---|
type |
string | Type. |
- Implements:
- oli.events.Event
- Source:
- mapspace/jsdoc/ol.js
- See:
-
- https://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-interface
This implementation only provides `type` and `target` properties, and
`stopPropagation` and `preventDefault` methods. It is meant as base class
for higher level events defined in the library, and works with
ol.events.EventTarget
.
- https://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-interface
This implementation only provides `type` and `target` properties, and
`stopPropagation` and `preventDefault` methods. It is meant as base class
for higher level events defined in the library, and works with