alibaba / alibaba/lowcode-engine
在不同物料之间,相关的setter关联信息如何自动刷新呢?
- Dominant language
- TypeScript
- Stars
- 15.9k
- Forks
- 2.7k
- PR merge metrics
- No merged PRs in 30d
Description
现在有一个场景是:我使用antv X6和lowcode engine结合起来实现一个支持图表的画布。

当我实现节点之间连接以后,我在View节点里面配置了一些字段,然后在Smart Join里面的节点依赖于View节点来进行一些setter信息的更新。我想要的效果是如果View节点里面的setter配置更新以后,Smart Join里面的信息可以自动更新。
但是我发现必须每次重新触发Smart Join节点渲染以后,其setter相关的组件才会自动去更新。当View后面的节点非常多的时候,就需要一个个节点单独去点击来实现更新。
请问这种情况下,如何实现不同节点之间的setter里面的信息自动更新呢?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the View and Smart Join node rendering and setter-configuration flow in the lowcode-engine integration with antv X6. Determine how changes in a View setter can propagate through dependent nodes, then verify that multiple downstream Smart Join nodes update without being manually re-rendered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100