mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 20:01:28 +00:00
feat: create markers on process topology calls (#146)
This commit is contained in:
3
src/types/topology.d.ts
vendored
3
src/types/topology.d.ts
vendored
@@ -23,6 +23,9 @@ export interface Call {
|
||||
sourceObj?: any;
|
||||
targetObj?: any;
|
||||
value?: number;
|
||||
lowerArc?: boolean;
|
||||
sourceComponents: string[];
|
||||
targetComponents: string[];
|
||||
}
|
||||
export interface Node {
|
||||
id: string;
|
||||
|
Reference in New Issue
Block a user