@cognigy/rest-api-client
Version:
Cognigy REST-Client
24 lines • 649 B
JavaScript
/* Custom modules */
import { createNodeDescriptor } from "../../../createNodeDescriptor";
export const ON_QUESTION = 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