UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

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