UNPKG

@omnia/fx-models

Version:
18 lines (17 loc) 891 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TagsPropertyDefinition = exports.TagsPropertyDefinitionId = exports.TagsDisplaySettings = void 0; const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models"); const PropertyDefinition_1 = require("../PropertyDefinition"); class TagsDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase { } exports.TagsDisplaySettings = TagsDisplaySettings; exports.TagsPropertyDefinitionId = new models_1.Guid("037f235c-0ca4-4e95-a183-97f3b048f3f9"); class TagsPropertyDefinition extends PropertyDefinition_1.PropertyDefinition { constructor() { super(...arguments); this.id = exports.TagsPropertyDefinitionId; this.typeName = "$Localize:Omnia.Ux.Properties.Definitions.Tags;"; } } exports.TagsPropertyDefinition = TagsPropertyDefinition;