UNPKG

@omnia/fx-models

Version:
18 lines (17 loc) 927 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BooleanPropertyDefinition = exports.BooleanPropertyDefinitionId = exports.BooleanDisplaySettings = void 0; const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models"); const PropertyDefinition_1 = require("../PropertyDefinition"); class BooleanDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase { } exports.BooleanDisplaySettings = BooleanDisplaySettings; exports.BooleanPropertyDefinitionId = new models_1.Guid("92c488f6-938a-4269-820d-d8ce73c9d03a"); class BooleanPropertyDefinition extends PropertyDefinition_1.PropertyDefinition { constructor() { super(...arguments); this.id = exports.BooleanPropertyDefinitionId; this.typeName = "$Localize:Omnia.Ux.Properties.Definitions.Boolean;"; } } exports.BooleanPropertyDefinition = BooleanPropertyDefinition;