aimpress-chatbot/node_modules/botframework-schema/lib/sharepoint/propertyPaneGroupField.js
“SamoilenkoVadym” 55445dbc86
Some checks failed
Build and deploy Node.js app to Azure Web App - ChatBot2222 / build (push) Has been cancelled
Build and deploy Node.js app to Azure Web App - ChatBot2222 / deploy (push) Has been cancelled
Deploy bot to Azure
2025-04-27 19:55:19 +01:00

48 lines
No EOL
1.2 KiB
JavaScript

"use strict";
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });
exports.FieldType = void 0;
/**
* SharePoint property pane group field type.
*/
var FieldType;
(function (FieldType) {
/**
* Checkbox field.
*/
FieldType[FieldType["CheckBox"] = 2] = "CheckBox";
/**
* Text field.
*/
FieldType[FieldType["TextField"] = 3] = "TextField";
/**
* Toggle field.
*/
FieldType[FieldType["Toggle"] = 5] = "Toggle";
/**
* Dropdown field.
*/
FieldType[FieldType["Dropdown"] = 6] = "Dropdown";
/**
* Label field.
*/
FieldType[FieldType["Label"] = 7] = "Label";
/**
* Slider field.
*/
FieldType[FieldType["Slider"] = 8] = "Slider";
/**
* Choice Group field.
*/
FieldType[FieldType["ChoiceGroup"] = 10] = "ChoiceGroup";
/**
* Horizontal Rule field.
*/
FieldType[FieldType["HorizontalRule"] = 12] = "HorizontalRule";
/**
* Link field.
*/
FieldType[FieldType["Link"] = 13] = "Link";
})(FieldType = exports.FieldType || (exports.FieldType = {}));
//# sourceMappingURL=propertyPaneGroupField.js.map