On this page
Properties

Type Alias MapContextEvent

An event related to the web gl context

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

Properties

Properties

originalEvent: WebGLContextEvent
type: "webglcontextlost" | "webglcontextrestored"
Was this helpful?
SDK JS
Reference
MapContextEvent