Skip to content

Commit

Permalink
docs: manhattan fallbackRouter options
Browse files Browse the repository at this point in the history
  • Loading branch information
F-loat committed Apr 11, 2024
1 parent b20cdf8 commit e196aa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sites/x6-sites/docs/api/registry/router.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ graph.addEdge({
| startDirections | string[] | 否 | `['top', 'right', 'bottom', 'left']` | 支持从哪些方向开始路由。 |
| endDirections | string[] | 否 | `['top', 'right', 'bottom', 'left']` | 支持从哪些方向结束路由。 |
| padding | SideOptions | 否 | - | 设置锚点距离转角的最小距离。 |
| fallbackRouter | Router | 否 | `Registry.Router.presets.orth` | 无法避开障碍物的场景,降级到指定路由。 |
例如:
Expand Down

0 comments on commit e196aa6

Please sign in to comment.