UNPKG

@itwin/presentation-common

Version:

Common pieces for iModel.js presentation packages

23 lines 1.24 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. *--------------------------------------------------------------------------------------------*/ /* eslint-disable @typescript-eslint/no-deprecated */ /** @packageDocumentation * @module PresentationRules */ Object.defineProperty(exports, "__esModule", { value: true }); exports.QuerySpecificationTypes = void 0; /** * Used for serializing array of [[QuerySpecification]] to JSON. * @public * @deprecated in 5.2 - will not be removed until after 2026-10-01. Use the new [@itwin/presentation-hierarchies](https://github.com/iTwin/presentation/blob/master/packages/hierarchies/README.md) * package for creating hierarchies. */ var QuerySpecificationTypes; (function (QuerySpecificationTypes) { QuerySpecificationTypes["String"] = "String"; QuerySpecificationTypes["ECPropertyValue"] = "ECPropertyValue"; })(QuerySpecificationTypes || (exports.QuerySpecificationTypes = QuerySpecificationTypes = {})); //# sourceMappingURL=CustomQueryInstanceNodesSpecification.js.map