UNPKG

@itwin/presentation-common

Version:

Common pieces for iModel.js presentation packages

17 lines 808 B
/*--------------------------------------------------------------------------------------------- * 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 */ /** * Used for serializing array of [[QuerySpecification]] to JSON. * @public */ export var QuerySpecificationTypes; (function (QuerySpecificationTypes) { QuerySpecificationTypes["String"] = "String"; QuerySpecificationTypes["ECPropertyValue"] = "ECPropertyValue"; })(QuerySpecificationTypes || (QuerySpecificationTypes = {})); //# sourceMappingURL=CustomQueryInstanceNodesSpecification.js.map