alibaba/lowcode-engine

[Feature] 希望监听到ProjecSchema.config的变化

Open

#2.262 geöffnet am 10. Juli 2023

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (1 zugewiesene Person)TypeScript (12.714 Stars) (2.228 Forks)batch import
help wanted

Beschreibung

背景

ProjectSchema.config在我的实际需求中会比较容易变化。

之前的方案是修改ProjectSchema,再用project.importSchema去更新,并用project.onChangeDocument去监听变化,但是这种方案会引发https://github.com/alibaba/lowcode-engine/issues/1122 问题。 官方没对这个api没有很清晰的描述,我只能假定该方法只适合初始化是调用。于是改成,project.setConfig方式修改config。但这个api无法被监听。

Contributor Guide