index.ts 408 B

12345678910111213
  1. import { jnpfConfigBpmnContextPad } from '../../contextPad';
  2. import { bpmnSequenceFlow } from '../../variableName';
  3. const { del } = jnpfConfigBpmnContextPad;
  4. const jnpfSequenceFlow: any = {
  5. name: bpmnSequenceFlow,
  6. shapeType: bpmnSequenceFlow,
  7. contextPad: {
  8. default: false,
  9. customization: { del }, // 自定义 只有default = false 开启
  10. },
  11. properties: {},
  12. };
  13. export { jnpfSequenceFlow };