alibaba / alibaba/lowcode-engine

在不同物料之间,相关的setter关联信息如何自动刷新呢?

Open
#3,127 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
15.9k
Forks
2.7k
PR merge metrics
No merged PRs in 30d

Description

现在有一个场景是:我使用antv X6和lowcode engine结合起来实现一个支持图表的画布。

![Image](https://github.com/user-attachments/assets/eb1b3f61-a90c-4133-99d5-d15434be797b)
当我实现节点之间连接以后,我在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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.