Ben Lin
2024-06-24 c8f8a9c645f7857859a9d56fac96192d994be70b
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;
  }