From b2ec319ec0558e4473142a05079727284e5f50c2 Mon Sep 17 00:00:00 2001 From: xiongjj Date: Fri, 19 Apr 2024 13:02:35 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90ci=E3=80=91fix=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mapboxgl/web-map/WebMapViewModel.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/mapboxgl/web-map/WebMapViewModel.ts b/src/mapboxgl/web-map/WebMapViewModel.ts index 12b2de89..842acc6a 100644 --- a/src/mapboxgl/web-map/WebMapViewModel.ts +++ b/src/mapboxgl/web-map/WebMapViewModel.ts @@ -119,6 +119,12 @@ export default class WebMapViewModel extends Events { protected webMapService: WebMapService; + eventTypes: string[]; + + triggerEvent: (name: string, ...rest: any) => any; + + on: (data: Record void>) => void; + constructor( id: string | number | Object, options: webMapOptions = {},