UNPKG

@itwin/presentation-common

Version:

Common pieces for iModel.js presentation packages

20 lines 1.09 kB
/*--------------------------------------------------------------------------------------------- * 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 */ /** * 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. */ export var QuerySpecificationTypes; (function (QuerySpecificationTypes) { QuerySpecificationTypes["String"] = "String"; QuerySpecificationTypes["ECPropertyValue"] = "ECPropertyValue"; })(QuerySpecificationTypes || (QuerySpecificationTypes = {})); //# sourceMappingURL=CustomQueryInstanceNodesSpecification.js.map