NormalLayerEventMap<T>
interface NormalLayerEventMap<T = unknown> {
click: NormalLayerPickEvent<T>;
dataparsed: NormalLayerBaseEvent<T>;
dblclick: NormalLayerPickEvent<T>;
mousemove: NormalLayerPickEvent<T>;
rightclick: NormalLayerPickEvent<T>;
}
click: NormalLayerPickEvent<T>;
dataparsed: NormalLayerBaseEvent<T>;
dblclick: NormalLayerPickEvent<T>;
mousemove: NormalLayerPickEvent<T>;
rightclick: NormalLayerPickEvent<T>;
}
普通图层支持的事件名与事件对象类型映射