UNPKG

@itwin/presentation-common

Version:

Common pieces for iModel.js presentation packages

19 lines 926 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 [[PropertyEditorParameters]] to JSON * @public */ export var PropertyEditorParameterTypes; (function (PropertyEditorParameterTypes) { PropertyEditorParameterTypes["Json"] = "Json"; PropertyEditorParameterTypes["Multiline"] = "Multiline"; PropertyEditorParameterTypes["Range"] = "Range"; PropertyEditorParameterTypes["Slider"] = "Slider"; })(PropertyEditorParameterTypes || (PropertyEditorParameterTypes = {})); //# sourceMappingURL=PropertyEditorsSpecification.js.map