feat: create markers on process topology calls (#146)

This commit is contained in:
Fine0830
2022-08-25 12:03:13 +08:00
committed by GitHub
parent 87a5553e6d
commit cb3aa940b3
7 changed files with 80 additions and 31 deletions

View File

@@ -23,6 +23,9 @@ export interface Call {
sourceObj?: any;
targetObj?: any;
value?: number;
lowerArc?: boolean;
sourceComponents: string[];
targetComponents: string[];
}
export interface Node {
id: string;