Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions packages/g6/src/spec/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,20 +189,6 @@ export interface EdgeData {
* <en/> Target node ID
*/
target: ID;
/**
* <zh/> 边的起点 shape
*
* <en/> The source shape. Represents the start of the edge
* @internal
*/
sourceNode?: ID;
/**
* <zh/> 边的终点 shape
*
* <en/> The source shape. Represents the start of the edge
* @internal
*/
targetNode?: ID;
/**
* <zh/> 边类型
*
Expand Down
Loading