UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

23 lines 607 B
/* Custom modules */ import { createNodeDescriptor } from "../../../createNodeDescriptor"; export const ON_YES = createNodeDescriptor({ type: "onYes", parentType: "checkChannelChange", defaultLabel: "On Yes", appearance: { color: '#90caf9', variant: 'mini', textColor: "white", contrastTextColor: "black", }, constraints: { editable: false, deletable: false, collapsable: true, childFlowCreatable: true, creatable: false, placement: {}, }, tags: ["message"] }); //# sourceMappingURL=onYes.js.map