UNPKG

@itwin/presentation-common

Version:

Common pieces for iModel.js presentation packages

20 lines 954 B
"use strict"; /*--------------------------------------------------------------------------------------------- * Copyright (c) Bentley Systems, Incorporated. All rights reserved. * See LICENSE.md in the project root for license terms and full copyright notice. *--------------------------------------------------------------------------------------------*/ /** @packageDocumentation * @module PresentationRules */ Object.defineProperty(exports, "__esModule", { value: true }); exports.QuerySpecificationTypes = void 0; /** * Used for serializing array of [[QuerySpecification]] to JSON. * @public */ var QuerySpecificationTypes; (function (QuerySpecificationTypes) { QuerySpecificationTypes["String"] = "String"; QuerySpecificationTypes["ECPropertyValue"] = "ECPropertyValue"; })(QuerySpecificationTypes || (exports.QuerySpecificationTypes = QuerySpecificationTypes = {})); //# sourceMappingURL=CustomQueryInstanceNodesSpecification.js.map