@itwin/presentation-common
Version:
Common pieces for iModel.js presentation packages
22 lines • 1.08 kB
JavaScript
;
/*---------------------------------------------------------------------------------------------
* 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.PropertyEditorParameterTypes = void 0;
/**
* Used for serializing array of [[PropertyEditorParameters]] to JSON
* @public
*/
var PropertyEditorParameterTypes;
(function (PropertyEditorParameterTypes) {
PropertyEditorParameterTypes["Json"] = "Json";
PropertyEditorParameterTypes["Multiline"] = "Multiline";
PropertyEditorParameterTypes["Range"] = "Range";
PropertyEditorParameterTypes["Slider"] = "Slider";
})(PropertyEditorParameterTypes || (exports.PropertyEditorParameterTypes = PropertyEditorParameterTypes = {}));
//# sourceMappingURL=PropertyEditorsSpecification.js.map