- Go backend (server/)
- Frontend (web/, server/static/)
- Database and deployment files
- Scripts and docs
Co-Authored-By: 狸花猫/Claude-Qwen3.6-Plus 🐾
950 B
950 B
@antv/graphlib / Exports / generate
Namespace: generate
Table of contents
Functions
Functions
getGraphComplement
▸ getGraphComplement<NodeIDType, EdgeType>(originGraph): null | Graph<NodeIDType, any, EdgeType, any>
description Get the graph's complement
description.zh-cn 获取图的补图
Type parameters
| Name | Type |
|---|---|
NodeIDType |
any |
EdgeType |
any |
Parameters
| Name | Type |
|---|---|
originGraph |
Graph<NodeIDType, any, EdgeType, any> |
Returns
null | Graph<NodeIDType, any, EdgeType, any>