UNPKG

ol

Version:

OpenLayers mapping library

12 lines (10 loc) 155 B
/** * @module ol/webgl/ContextEventType */ /** * @enum {string} */ export default { LOST: 'webglcontextlost', RESTORED: 'webglcontextrestored' };