简体   繁体   中英

open layers & typescript : Type error: Generic type 'MapBrowserEvent<EVENT>' requires 1 type argument(s)

trying to add an on click handler: function OnMapClick(Event: MapBrowserEvent )

typescript complains with: Type error: Generic type 'MapBrowserEvent' requires 1 type argument(s).

Can anyone help with this? :-)

Yes, MapBrowserEvent is a generic type:

function OnMapClick(Event : MapBrowserEvent<UIEvent>)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM