@cognigy/rest-api-client
Version:
Cognigy REST-Client
23 lines • 603 B
JavaScript
/* Custom modules */
import { createNodeDescriptor } from "../../../createNodeDescriptor";
export const ON_NO = createNodeDescriptor({
type: "onNo",
parentType: 'checkChannelChange',
defaultLabel: "On No",
appearance: {
color: '#90caf9',
variant: 'mini',
textColor: "white",
contrastTextColor: "black",
},
constraints: {
editable: false,
deletable: false,
collapsable: true,
childFlowCreatable: true,
creatable: false,
placement: {},
},
tags: ["message"]
});
//# sourceMappingURL=onNo.js.map