InfoWindowEventMap
interface InfoWindowEventMap {
clickclose: OverlayBaseEvent<InfoWindow>;
close: OverlayBaseEvent<InfoWindow>;
maximize: OverlayBaseEvent<InfoWindow>;
open: OverlayBaseEvent<InfoWindow>;
resize: OverlayBaseEvent<InfoWindow>;
restore: OverlayBaseEvent<InfoWindow>;
}
clickclose: OverlayBaseEvent<InfoWindow>;
close: OverlayBaseEvent<InfoWindow>;
maximize: OverlayBaseEvent<InfoWindow>;
open: OverlayBaseEvent<InfoWindow>;
resize: OverlayBaseEvent<InfoWindow>;
restore: OverlayBaseEvent<InfoWindow>;
}
InfoWindow 支持的事件名与事件对象类型映射