From c55be3965283f6630a573dfffc2f85d463db10d2 Mon Sep 17 00:00:00 2001 From: Yanyan-Wang Date: Wed, 3 Jun 2020 13:29:39 +0800 Subject: [PATCH] docs: update the url for anchorpoints in docs. --- docs/manual/middle/elements/nodes/circle.en.md | 2 +- docs/manual/middle/elements/nodes/circle.zh.md | 4 ++-- docs/manual/middle/elements/nodes/diamond.en.md | 2 +- docs/manual/middle/elements/nodes/diamond.zh.md | 4 ++-- docs/manual/middle/elements/nodes/ellipse.en.md | 2 +- docs/manual/middle/elements/nodes/ellipse.zh.md | 4 ++-- docs/manual/middle/elements/nodes/modelRect.en.md | 2 +- docs/manual/middle/elements/nodes/modelRect.zh.md | 4 ++-- docs/manual/middle/elements/nodes/rect.en.md | 2 +- docs/manual/middle/elements/nodes/rect.zh.md | 4 ++-- docs/manual/middle/elements/nodes/star.en.md | 2 +- docs/manual/middle/elements/nodes/star.zh.md | 4 ++-- docs/manual/middle/elements/nodes/triangle.en.md | 2 +- docs/manual/middle/elements/nodes/triangle.zh.md | 4 ++-- 14 files changed, 21 insertions(+), 21 deletions(-) diff --git a/docs/manual/middle/elements/nodes/circle.en.md b/docs/manual/middle/elements/nodes/circle.en.md index 2ca3dd4cdc2..cf722445b4d 100644 --- a/docs/manual/middle/elements/nodes/circle.en.md +++ b/docs/manual/middle/elements/nodes/circle.en.md @@ -56,7 +56,7 @@ The [Node Common Properties](/en/docs/manual/middle/elements/nodes/defaultNode/# | label | The text of the label | String | | | labelCfg | The configurations of the label | Object | | | stateStyles | The styles in different states | Object | Refer to [Configure Styles for State](/en/docs/manual/middle/states/state#configure-styles-for-state) | -| linkPoints | The link points **in visual** | Object | They are invisible by default. It is usually used with the [anchorPoints](http://localhost:8000/en/docs/manual/middle/elements/nodes/defaultNode/#common-property). The differences are described in [linkPoints](#linkpoints) | +| linkPoints | The link points **in visual** | Object | They are invisible by default. It is usually used with the [anchorPoints](/en/docs/manual/middle/elements/anchorpoint). The differences are described in [linkPoints](#linkpoints) | | icon | The configurations of the icon on the circle node | Object | It is invisible by default | ### style diff --git a/docs/manual/middle/elements/nodes/circle.zh.md b/docs/manual/middle/elements/nodes/circle.zh.md index 42c836ccdeb..44b4903a730 100644 --- a/docs/manual/middle/elements/nodes/circle.zh.md +++ b/docs/manual/middle/elements/nodes/circle.zh.md @@ -56,7 +56,7 @@ circle 节点支持 [节点通用配置](/zh/docs/manual/middle/elements/nodes/d | label | 标签文本内容 | String | | | labelCfg | 标签文本配置项 | Object | | | stateStyles | 各状态下的样式 | Object | 详见[配置状态样式](/zh/docs/manual/middle/states/state#配置-state-样式) | -| linkPoints | **视觉上的**四个锚点 | Object | 默认不显示,应与 [anchorPoints](/zh/docs/manual/middle/elements/nodes/defaultNode/#节点的通用属性) 配合使用。二者区别请看 [linkPoints](#linkpoints) | +| linkPoints | **视觉上的**四个锚点 | Object | 默认不显示,应与 [anchorPoints](/zh/docs/manual/middle/elements/anchorpoint) 配合使用。二者区别请看 [linkPoints](#linkpoints) | | icon | 圆上 icon 配置 | Object | 默认不显示 icon | ### 样式属性 style @@ -119,7 +119,7 @@ const graph = new G6.Graph({ Object 类型。可以指定节点周围「上、下、左、右」四个方向上的四个小圆点。 -⚠️ 注意: 区分于 `anchorPoints`: `anchorPoints` 是真正用于指定该节点相关边的连入位置的「**数组**」,见 [anchorPoints](/zh/docs/manual/middle/keyconcept/anchorpoint);而 `linkPoints` 仅是指定是否「**绘制**」出四个圆点,不起实际的连接相关边的作用。二者常常配合使用。 +⚠️ 注意: 区分于 `anchorPoints`: `anchorPoints` 是真正用于指定该节点相关边的连入位置的「**数组**」,见 [anchorPoints](/zh/docs/manual/middle/keyconcept/elements/anchorpoint);而 `linkPoints` 仅是指定是否「**绘制**」出四个圆点,不起实际的连接相关边的作用。二者常常配合使用。 | 名称 | 含义 | 类型 | 备注 | | --------- | ------------------ | ------- | ------------------ | diff --git a/docs/manual/middle/elements/nodes/diamond.en.md b/docs/manual/middle/elements/nodes/diamond.en.md index dc73820b14a..a30d543f7c0 100644 --- a/docs/manual/middle/elements/nodes/diamond.en.md +++ b/docs/manual/middle/elements/nodes/diamond.en.md @@ -58,7 +58,7 @@ The [Node Common Properties](/en/docs/manual/middle/elements/nodes/defaultNode/# | label | The text of the label | String | | | labelCfg | The configurations of the label | Object | | | stateStyles | The styles in different states | Object | Refer to [Configure Styles for State](/en/docs/manual/middle/states/state#configure-styles-for-state) | -| linkPoints | The link points **in visual** | Object | They are invisible by default. It is usually used with the [anchorPoints](http://localhost:8000/en/docs/manual/middle/elements/nodes/defaultNode/#common-property). The differences are described in [linkPoints](#linkpoints) | +| linkPoints | The link points **in visual** | Object | They are invisible by default. It is usually used with the [anchorPoints](/en/docs/manual/middle/elements/anchorpoint). The differences are described in [linkPoints](#linkpoints) | | icon | The configurations of the icon on the diamond node | Object | It is invisible by default | ### style diff --git a/docs/manual/middle/elements/nodes/diamond.zh.md b/docs/manual/middle/elements/nodes/diamond.zh.md index 03fb95c946e..a6b28facbf1 100644 --- a/docs/manual/middle/elements/nodes/diamond.zh.md +++ b/docs/manual/middle/elements/nodes/diamond.zh.md @@ -57,7 +57,7 @@ Diamond 节点支持 [节点通用配置](/zh/docs/manual/middle/elements/nodes/ | label | 标签文本内容 | String | | | labelCfg | 标签文本配置项 | Object | | | stateStyles | 各状态下的样式 | Object | 详见[配置状态样式](/zh/docs/manual/middle/states/state#配置-state-样式) | -| linkPoints | **视觉上的**四个锚点 | Object | 默认不显示,应与 [anchorPoints](/zh/docs/manual/middle/elements/nodes/defaultNode/#节点的通用属性) 配合使用。二者区别请看 [linkPoints](#linkpoints) | +| linkPoints | **视觉上的**四个锚点 | Object | 默认不显示,应与 [anchorPoints](/zh/docs/manual/middle/elements/anchorpoint) 配合使用。二者区别请看 [linkPoints](#linkpoints) | | icon | 菱形上 icon 配置 | Object | 默认不显示 icon | ### 样式属性 style @@ -121,7 +121,7 @@ const graph = new G6.Graph({ Object 类型。通过配置 `linkPoints` ,可以指定菱形周围「上、下、左、右」四个小圆点。 -⚠️ 注意: 区分于 `anchorPoints`: `anchorPoints` 是真正用于指定该节点相关边的连入位置的「**数组**」,见 [anchorPoints](/zh/docs/manual/middle/keyconcept/anchorpoint);而 `linkPoints` 仅是指定是否「**绘制**」出四个圆点,不起实际的连接相关边的作用。二者常常配合使用。 +⚠️ 注意: 区分于 `anchorPoints`: `anchorPoints` 是真正用于指定该节点相关边的连入位置的「**数组**」,见 [anchorPoints](/zh/docs/manual/middle/keyconcept/elements/anchorpoint);而 `linkPoints` 仅是指定是否「**绘制**」出四个圆点,不起实际的连接相关边的作用。二者常常配合使用。 | 名称 | 含义 | 类型 | 备注 | | --------- | ------------------ | ------- | ------------------ | diff --git a/docs/manual/middle/elements/nodes/ellipse.en.md b/docs/manual/middle/elements/nodes/ellipse.en.md index 18229638059..72b2f509640 100644 --- a/docs/manual/middle/elements/nodes/ellipse.en.md +++ b/docs/manual/middle/elements/nodes/ellipse.en.md @@ -58,7 +58,7 @@ The [Node Common Properties](/en/docs/manual/middle/elements/nodes/defaultNode/# | label | The text of the label | String | | | labelCfg | The configurations of the label | Object | | | stateStyles | The styles in different states | Object | Refer to [Configure Styles for State](/en/docs/manual/middle/states/state#configure-styles-for-state) | -| linkPoints | The link points **in visual** | Object | They are invisible by default. It is usually used with the [anchorPoints](http://localhost:8000/en/docs/manual/middle/elements/nodes/defaultNode/#common-property). The differences are described in [linkPoints](#linkpoints) | +| linkPoints | The link points **in visual** | Object | They are invisible by default. It is usually used with the [anchorPoints](/en/docs/manual/middle/elements/anchorpoint). The differences are described in [linkPoints](#linkpoints) | | icon | The configurations of the icon on the ellipse node | Object | It is invisible by default | ### style diff --git a/docs/manual/middle/elements/nodes/ellipse.zh.md b/docs/manual/middle/elements/nodes/ellipse.zh.md index f27fc810867..4cbb454aba3 100644 --- a/docs/manual/middle/elements/nodes/ellipse.zh.md +++ b/docs/manual/middle/elements/nodes/ellipse.zh.md @@ -57,7 +57,7 @@ ellipse  节点支持 [节点通用配置](/zh/docs/manual/middle/elements/node | label | 标签文本内容 | String | | | labelCfg | 标签文本配置项 | Object | | | stateStyles | 各状态下的样式 | Object | 详见[配置状态样式](/zh/docs/manual/middle/states/state#配置-state-样式) | -| linkPoints | **视觉上的**四个锚点 | Object | 默认不显示,应与 [anchorPoints](/zh/docs/manual/middle/elements/nodes/defaultNode/#节点的通用属性) 配合使用。二者区别请看 [linkPoints](#linkpoints) | +| linkPoints | **视觉上的**四个锚点 | Object | 默认不显示,应与 [anchorPoints](/zh/docs/manual/middle/elements/anchorpoint) 配合使用。二者区别请看 [linkPoints](#linkpoints) | | icon | 椭圆上 icon 配置 | Object | 默认不显示 icon | ### 样式属性 style @@ -121,7 +121,7 @@ const graph = new G6.Graph({ Object 类型。通过配置 `linkPoints` ,可以指定节点上「上、下、左、右」四个小圆点。 -⚠️ 注意: 区分于 `anchorPoints`: `anchorPoints` 是真正用于指定该节点相关边的连入位置的「**数组**」,见 [anchorPoints](/zh/docs/manual/middle/keyconcept/anchorpoint);而 `linkPoints` 仅是指定是否「**绘制**」出四个圆点,不起实际的连接相关边的作用。二者常常配合使用。 +⚠️ 注意: 区分于 `anchorPoints`: `anchorPoints` 是真正用于指定该节点相关边的连入位置的「**数组**」,见 [anchorPoints](/zh/docs/manual/middle/elements/anchorpoint);而 `linkPoints` 仅是指定是否「**绘制**」出四个圆点,不起实际的连接相关边的作用。二者常常配合使用。 | 名称 | 含义 | 类型 | 备注 | | --------- | ------------------ | ------- | ------------------ | diff --git a/docs/manual/middle/elements/nodes/modelRect.en.md b/docs/manual/middle/elements/nodes/modelRect.en.md index a554ad08625..71da2338850 100644 --- a/docs/manual/middle/elements/nodes/modelRect.en.md +++ b/docs/manual/middle/elements/nodes/modelRect.en.md @@ -61,7 +61,7 @@ The [Node Common Properties](/en/docs/manual/middle/elements/nodes/defaultNode/# | label | The text of the label | String | | | labelCfg | The configurations of the label | Object | | | stateStyles | The styles in different states | Object | Refer to [Configure Styles for State](/en/docs/manual/middle/states/state#configure-styles-for-state) | -| linkPoints | The link points **in visual** | Object | They are invisible by default. It is usually used with the [anchorPoints](http://localhost:8000/en/docs/manual/middle/elements/nodes/defaultNode/#common-property). The differences are described in [linkPoints](#linkpoints) | +| linkPoints | The link points **in visual** | Object | They are invisible by default. It is usually used with the [anchorPoints](/en/docs/manual/middle/elements/anchorpoint). The differences are described in [linkPoints](#linkpoints) | | **preRect** | **Left rect of the node** | **Object** | **Special property for modelRect** | | **logoIcon** | **The left logo icon** | **Object** | **Special property for modelRect** | | **stateIcon** | **The right state icon** | **Object** | **Special property for modelRect** | diff --git a/docs/manual/middle/elements/nodes/modelRect.zh.md b/docs/manual/middle/elements/nodes/modelRect.zh.md index e21fb31ed57..b7e435c5b05 100644 --- a/docs/manual/middle/elements/nodes/modelRect.zh.md +++ b/docs/manual/middle/elements/nodes/modelRect.zh.md @@ -61,7 +61,7 @@ modelRect 节点支持 [节点通用配置](/zh/docs/manual/middle/elements/node | label | 标签文本内容 | String | | | labelCfg | 文本配置项 | Object | | | stateStyles | 各状态下的样式 | Object | 详见[配置状态样式](/zh/docs/manual/middle/states/state#配置-state-样式) | -| linkPoints | **视觉上的**四个锚点 | Object | 默认不显示,应与 [anchorPoints](/zh/docs/manual/middle/elements/nodes/defaultNode/#节点的通用属性) 配合使用。二者区别请看 [linkPoints](#linkpoints) | +| linkPoints | **视觉上的**四个锚点 | Object | 默认不显示,应与 [anchorPoints](/zh/docs/manual/middle/elements/anchorpoint) 配合使用。二者区别请看 [linkPoints](#linkpoints) | | **preRect** | **左侧的小矩形** | **Object** | **modelRect 节点特有** | | **logoIcon** | **左侧的 logo 图标** | **Object** | **modelRect 节点特有** | | **stateIcon** | **右侧的状态图标** | **Object** | **modelRect 节点特有** | @@ -187,7 +187,7 @@ const graph = new G6.Graph({ Object 类型。通过配置 `linkPoints` ,可以指定 modelRect 周围「上、下、左、右」四个小圆点。 -⚠️ 注意: 区分于 `anchorPoints`: `anchorPoints` 是真正用于指定该节点相关边的连入位置的「**数组**」,见 [anchorPoints](/zh/docs/manual/middle/keyconcept/anchorpoint);而 `linkPoints` 仅是指定是否「**绘制**」出四个圆点,不起实际的连接相关边的作用。二者常常配合使用。 +⚠️ 注意: 区分于 `anchorPoints`: `anchorPoints` 是真正用于指定该节点相关边的连入位置的「**数组**」,见 [anchorPoints](/zh/docs/manual/middle/elements/anchorpoint);而 `linkPoints` 仅是指定是否「**绘制**」出四个圆点,不起实际的连接相关边的作用。二者常常配合使用。 | 名称 | 含义 | 类型 | 备注 | | --------- | ------------------ | ------- | ------------------ | diff --git a/docs/manual/middle/elements/nodes/rect.en.md b/docs/manual/middle/elements/nodes/rect.en.md index 487907c17f9..eaed86c74bf 100644 --- a/docs/manual/middle/elements/nodes/rect.en.md +++ b/docs/manual/middle/elements/nodes/rect.en.md @@ -56,7 +56,7 @@ The [Node Common Properties](/en/docs/manual/middle/elements/nodes/defaultNode/# | label | The text of the label | String | | | labelCfg | The configurations of the label | Object | | | stateStyles | The styles in different states | Object | Refer to [Configure Styles for State](/en/docs/manual/middle/states/state#configure-styles-for-state) | -| linkPoints | The link points **in visual** | Object | They are invisible by default. It is usually used with the [anchorPoints](http://localhost:8000/en/docs/manual/middle/elements/nodes/defaultNode/#common-property). The differences are described in [linkPoints](#linkpoints) | +| linkPoints | The link points **in visual** | Object | They are invisible by default. It is usually used with the [anchorPoints](/en/docs/manual/middle/elements/anchorpoint). The differences are described in [linkPoints](#linkpoints) | ### style diff --git a/docs/manual/middle/elements/nodes/rect.zh.md b/docs/manual/middle/elements/nodes/rect.zh.md index df51fc6c907..5d470af8f73 100644 --- a/docs/manual/middle/elements/nodes/rect.zh.md +++ b/docs/manual/middle/elements/nodes/rect.zh.md @@ -55,7 +55,7 @@ rect 节点支持 [节点通用配置](/zh/docs/manual/middle/elements/nodes/def | label | 标签文本内容 | String | | | labelCfg | 标签配置项 | Object | | | stateStyles | 各状态下的样式 | Object | 只对 `keyShape` 起作用 | -| linkPoints | **视觉上的**四个锚点 | Object | 默认不显示,应与 [anchorPoints](/zh/docs/manual/middle/elements/nodes/defaultNode/#节点的通用属性) 配合使用。二者区别请看 [linkPoints](#linkpoints) | +| linkPoints | **视觉上的**四个锚点 | Object | 默认不显示,应与 [anchorPoints](/zh/docs/manual/middle/elements/anchorpoint) 配合使用。二者区别请看 [linkPoints](#linkpoints) | ### 样式属性 style @@ -129,7 +129,7 @@ const graph = new G6.Graph({ Object 类型。通过配置 `linkPoints` ,可以指定矩形周围「上、下、左、右」四个小圆点。 -⚠️ 注意: 区分于 `anchorPoints`: `anchorPoints` 是真正用于指定该节点相关边的连入位置的「**数组**」,见 [anchorPoints](/zh/docs/manual/middle/keyconcept/anchorpoint);而 `linkPoints` 仅是指定是否「**绘制**」出四个圆点,不起实际的连接相关边的作用。二者常常配合使用。 +⚠️ 注意: 区分于 `anchorPoints`: `anchorPoints` 是真正用于指定该节点相关边的连入位置的「**数组**」,见 [anchorPoints](/zh/docs/manual/middle/elements/anchorpoint);而 `linkPoints` 仅是指定是否「**绘制**」出四个圆点,不起实际的连接相关边的作用。二者常常配合使用。 | 名称 | 含义 | 类型 | 备注 | | --------- | ------------------ | ------- | ------------------ | diff --git a/docs/manual/middle/elements/nodes/star.en.md b/docs/manual/middle/elements/nodes/star.en.md index 56677468af4..d5749a86953 100644 --- a/docs/manual/middle/elements/nodes/star.en.md +++ b/docs/manual/middle/elements/nodes/star.en.md @@ -57,7 +57,7 @@ The [Node Common Properties](/en/docs/manual/middle/elements/nodes/defaultNode/# | label | The text of the label | String | | | labelCfg | The configurations of the label | Object | | | stateStyles | The styles in different states | Object | Refer to [Configure Styles for State](/en/docs/manual/middle/states/state#configure-styles-for-state) | -| linkPoints | The link points **in visual** | Object | They are invisible by default. It is usually used with the [anchorPoints](http://localhost:8000/en/docs/manual/middle/elements/nodes/defaultNode/#common-property). The differences are described in [linkPoints](#linkpoints) | +| linkPoints | The link points **in visual** | Object | They are invisible by default. It is usually used with the [anchorPoints](/en/docs/manual/middle/elements/anchorpoint). The differences are described in [linkPoints](#linkpoints) | | icon | The configurations of the icon on the star node | Object | It is invisible by default | ### style diff --git a/docs/manual/middle/elements/nodes/star.zh.md b/docs/manual/middle/elements/nodes/star.zh.md index 7858bf9d35e..ea5eb03cba7 100644 --- a/docs/manual/middle/elements/nodes/star.zh.md +++ b/docs/manual/middle/elements/nodes/star.zh.md @@ -56,7 +56,7 @@ star 节点支持 [节点通用配置](/zh/docs/manual/middle/elements/nodes/def | label | 标签文本内容 | String | | | labelCfg | 标签文本配置项 | Object | | | stateStyles | 各状态下的样式 | Object | 详见[配置状态样式](/zh/docs/manual/middle/states/state#配置-state-样式) | -| linkPoints | **视觉上的**五个锚点 | Object | 默认不显示,应与 [anchorPoints](/zh/docs/manual/middle/elements/nodes/defaultNode/#节点的通用属性) 配合使用。二者区别请看 [linkPoints](#linkpoints) | +| linkPoints | **视觉上的**五个锚点 | Object | 默认不显示,应与 [anchorPoints](/zh/docs/manual/middle/elements/anchorpoint) 配合使用。二者区别请看 [linkPoints](#linkpoints) | | icon | 五角星上 icon 配置 | Object | 默认不显示 icon | ### 样式属性 style @@ -119,7 +119,7 @@ const graph = new G6.Graph({ Object 类型。通过配置 `linkPoints` ,可以指定圆周围「上、左下、➡ 右下、左、右」五个小圆点。 -⚠️ 注意: 区分于 `anchorPoints`: `anchorPoints` 是真正用于指定该节点相关边的连入位置的「**数组**」,见 [anchorPoints](/zh/docs/manual/middle/keyconcept/anchorpoint);而 `linkPoints` 仅是指定是否「**绘制**」出四个圆点,不起实际的连接相关边的作用。二者常常配合使用。 +⚠️ 注意: 区分于 `anchorPoints`: `anchorPoints` 是真正用于指定该节点相关边的连入位置的「**数组**」,见 [anchorPoints](/zh/docs/manual/middle/elements/anchorpoint);而 `linkPoints` 仅是指定是否「**绘制**」出四个圆点,不起实际的连接相关边的作用。二者常常配合使用。 | 名称 | 含义 | 类型 | 备注 | | --------------- | ------------------------ | ----------- | ----------------------------- | diff --git a/docs/manual/middle/elements/nodes/triangle.en.md b/docs/manual/middle/elements/nodes/triangle.en.md index a75994efc15..4e2fa26befc 100644 --- a/docs/manual/middle/elements/nodes/triangle.en.md +++ b/docs/manual/middle/elements/nodes/triangle.en.md @@ -59,7 +59,7 @@ The [Node Common Properties](/en/docs/manual/middle/elements/nodes/defaultNode/# | label | The text of the label | String | | | labelCfg | The configurations of the label | Object | | | stateStyles | The styles in different states | Object | Refer to [Configure Styles for State](/en/docs/manual/middle/states/state#configure-styles-for-state) | -| linkPoints | The link points **in visual** | Object | They are invisible by default. It is usually used with the [anchorPoints](http://localhost:8000/en/docs/manual/middle/elements/nodes/defaultNode/#common-property). The differences are described in [linkPoints](#linkpoints) | +| linkPoints | The link points **in visual** | Object | They are invisible by default. It is usually used with the [anchorPoints](/en/docs/manual/middle/elements/anchorpoint). The differences are described in [linkPoints](#linkpoints) | | icon | The configurations of the icon on the triangle node | Object | It is invisible by default | ### direction diff --git a/docs/manual/middle/elements/nodes/triangle.zh.md b/docs/manual/middle/elements/nodes/triangle.zh.md index 6704e80beca..0100ac8205c 100644 --- a/docs/manual/middle/elements/nodes/triangle.zh.md +++ b/docs/manual/middle/elements/nodes/triangle.zh.md @@ -58,7 +58,7 @@ triangle 节点支持 [节点通用配置](/zh/docs/manual/middle/elements/nodes | label | 标签文本内容 | String | | | labelCfg | 标签文本配置项 | Object | | | stateStyles | 各状态下的样式 | Object | 详见[配置状态样式](/zh/docs/manual/middle/states/state#配置-state-样式) | -| linkPoints | **视觉上的**三个锚点 | Object | 默认不显示,应与 [anchorPoints](/zh/docs/manual/middle/elements/nodes/defaultNode/#节点的通用属性) 配合使用。二者区别请看 [linkPoints](#linkpoints) | +| linkPoints | **视觉上的**三个锚点 | Object | 默认不显示,应与 [anchorPoints](/zh/docs/manual/middle/elements/anchorpoint) 配合使用。二者区别请看 [linkPoints](#linkpoints) | | icon | 三角形上 icon 配置 | Object | 默认不显示 icon | ### 三角形方向 direction @@ -144,7 +144,7 @@ const graph = new G6.Graph({ ### linkPoints Object 类型。通过配置 `linkPoints` ,可以指定节点上「上、左、右」三个小圆点。 -⚠️ 注意: 区分于 `anchorPoints`: `anchorPoints` 是真正用于指定该节点相关边的连入位置的「**数组**」,见 [anchorPoints](/zh/docs/manual/middle/keyconcept/anchorpoint);而 `linkPoints` 仅是指定是否「**绘制**」出四个圆点,不起实际的连接相关边的作用。二者常常配合使用。 +⚠️ 注意: 区分于 `anchorPoints`: `anchorPoints` 是真正用于指定该节点相关边的连入位置的「**数组**」,见 [anchorPoints](/zh/docs/manual/middle/elements/anchorpoint);而 `linkPoints` 仅是指定是否「**绘制**」出四个圆点,不起实际的连接相关边的作用。二者常常配合使用。 | 名称 | 含义 | 类型 | 备注 | | --------- | ------------------ | ------- | ------------------ |