Type alias MapContextEvent
MapContextEvent: {
type: "webglcontextlost" | "webglcontextrestored";
originalEvent: WebGLContextEvent;
originObject?: any;
}
Type declaration
-
type: "webglcontextlost" | "webglcontextrestored"
-
originalEvent: WebGLContextEvent
-
Optional
originObject?: any
web gl context와 관련된 이벤트입니다.
MapEventType에서 사용되는 타입입니다.