Type alias MapContextEvent

MapContextEvent: {
    originalEvent: WebGLContextEvent;
    type: "webglcontextlost" | "webglcontextrestored";
}

An event related to the web gl context

Type declaration

  • originalEvent: WebGLContextEvent
  • type: "webglcontextlost" | "webglcontextrestored"