UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

24 lines 616 B
/* Custom modules */ import { createNodeDescriptor } from "../../../createNodeDescriptor"; export const THEN = createNodeDescriptor({ type: "then", parentType: "if", defaultLabel: "Then", appearance: { color: '#B3A7EA', textColor: 'white', contrastTextColor: 'black', variant: 'mini' }, constraints: { editable: false, deletable: false, collapsable: true, childFlowCreatable: true, creatable: false, movable: false, placement: {}, }, tags: ["basic", "logic"], }); //# sourceMappingURL=then.js.map