@cognigy/rest-api-client
Version:
Cognigy REST-Client
27 lines • 782 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ON_QUESTION = void 0;
/* Custom modules */
const createNodeDescriptor_1 = require("../../../createNodeDescriptor");
exports.ON_QUESTION = (0, createNodeDescriptor_1.createNodeDescriptor)({
type: "onQuestion",
parentType: 'optionalQuestion',
defaultLabel: "On Question",
appearance: {
color: '#90caf9',
variant: 'mini',
textColor: "white",
contrastTextColor: "black",
},
constraints: {
editable: false,
deletable: false,
collapsable: true,
childFlowCreatable: true,
creatable: false,
movable: false,
placement: {},
},
tags: ["message"]
});
//# sourceMappingURL=onQuestion.js.map