Merge pull request #11590 from sbrunner/export-type

Export all the Event sub class
This commit is contained in:
Andreas Hocevar
2020-10-17 20:38:54 +02:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -94,7 +94,7 @@ const SelectEventType = {
* Events emitted by {@link module:ol/interaction/Select~Select} instances are instances of
* this type.
*/
class SelectEvent extends Event {
export class SelectEvent extends Event {
/**
* @param {SelectEventType} type The event type.
* @param {Array<import("../Feature.js").default>} selected Selected features.