UNPKG

ol

Version:

OpenLayers mapping library

11 lines 202 B
/** * @module ol/webgl/ContextEventType */ /** * @enum {string} */ export default { LOST: 'webglcontextlost', RESTORED: 'webglcontextrestored' }; //# sourceMappingURL=ContextEventType.js.map