argos/dmp-frontend/src/app/core/common/enum/dataset-profile-field-view-...

11 lines
276 B
TypeScript

export enum DatasetProfileFieldViewStyle {
TextArea = "textarea",
BooleanDecision = "booleanDecision",
ComboBox = "combobox",
CheckBox = "checkBox",
FreeText = "freetext",
RadioBox = "radiobox",
DatePicker = "datePicker",
InternalDmpEntities = "internalDmpEntities"
}