@shumoku/core · 0.4.0 · function
applyOctilinearRoutes
APIの説明は英語のcanonical sourceを表示しています。
Mutates eligible edges: sets `route` to an octilinear polyline (and mirrors the corner points into `points` for labels / hit testing). Returns the number of edges routed.
applyOctilinearRoutes(edges: Map<string, ResolvedEdge>, options?: OctilinearOptions): number パラメーター
| 名前 | 型 | 説明 | 既定値 |
|---|---|---|---|
edges | Map<string, ResolvedEdge> | 追加説明はありません。 | — |
options | OctilinearOptions | 追加説明はありません。 | {} |
戻り値
number