Ben Lin
2024-10-20 d6749f95c526c0e71ec946bd3bb777bc42b2c34a
src/components/FlowChart/src/actionRect.ts
@@ -1,10 +1,18 @@
/*
 * @Description: file content
 * @Author: your name
 * @version:
 * @Date: 2024-04-30 14:35:47
 * @LastEditors: your name
 * @LastEditTime: 2024-06-15 18:15:59
 */
import { RectNode, RectNodeModel } from '@logicflow/core';
class CustomRectNode extends RectNode {}
class CustomRectModel extends RectNodeModel {
  override setAttributes() {
    this.width = 80;
    this.width = 120;
    this.height = 40;
    this.radius = 20;
  }