UNPKG

ol

Version:

OpenLayers mapping library

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