Skip to content

Commit

Permalink
fix:类型修改
Browse files Browse the repository at this point in the history
  • Loading branch information
jile1997 committed Jan 6, 2025
1 parent bc1ce0a commit c1c3785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/x-flow/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ export interface FlowProps {
readOnly?:boolean//只读模式
panel?:TPanel //表单配置面板
onNodeClick?: NodeMouseHandler;
onMenuItemClick: (itemInfo: ItemInfo, defaultAction: () => void) => void;
clickAddNode:(type:string,NodeItem:TNodeItem,addNode:(initData?:Record<string,any>)=>void)=>void
onMenuItemClick?: (itemInfo: ItemInfo, defaultAction: () => void) => void;
clickAddNode?:(type:string,NodeItem:TNodeItem,addNode:(initData?:Record<string,any>)=>void)=>void
// 单点调试方法
onTesting?: () => void;// 单点调试方法
}
Expand Down

0 comments on commit c1c3785

Please sign in to comment.