UNPKG

@omnia/fx-models

Version:
15 lines (14 loc) 723 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TimePropertyDefinition = exports.TimePropertyDefinitionId = void 0; const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models"); const PropertyDefinition_1 = require("../PropertyDefinition"); exports.TimePropertyDefinitionId = new models_1.Guid("cef0f790-a939-4cf5-9b04-ab6b77e2383d"); class TimePropertyDefinition extends PropertyDefinition_1.PropertyDefinition { constructor() { super(...arguments); this.id = exports.TimePropertyDefinitionId; this.typeName = "$Localize:Omnia.Ux.Properties.Definitions.Time;"; } } exports.TimePropertyDefinition = TimePropertyDefinition;