UNPKG

@itwin/core-common

Version:

iTwin.js components common to frontend and backend

20 lines 1.03 kB
"use strict"; /*--------------------------------------------------------------------------------------------- * Copyright (c) Bentley Systems, Incorporated. All rights reserved. * See LICENSE.md in the project root for license terms and full copyright notice. *--------------------------------------------------------------------------------------------*/ Object.defineProperty(exports, "__esModule", { value: true }); exports.DefaultSupportedTypes = void 0; /** * All of the currently supported Reality Data types * @beta */ var DefaultSupportedTypes; (function (DefaultSupportedTypes) { DefaultSupportedTypes["RealityMesh3dTiles"] = "RealityMesh3DTiles"; DefaultSupportedTypes["OPC"] = "OPC"; DefaultSupportedTypes["Terrain3dTiles"] = "Terrain3DTiles"; DefaultSupportedTypes["OMR"] = "OMR"; DefaultSupportedTypes["Cesium3dTiles"] = "Cesium3DTiles"; // Cesium 3D Tiles })(DefaultSupportedTypes || (exports.DefaultSupportedTypes = DefaultSupportedTypes = {})); //# sourceMappingURL=RealityDataAccessProps.js.map