We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3105081 commit 058a842Copy full SHA for 058a842
packages/editor-core/src/config.ts
@@ -118,6 +118,13 @@ const VALID_ENGINE_OPTIONS = {
118
type: 'array',
119
description: '自定义 simulatorUrl 的地址',
120
},
121
+ /**
122
+ * 与 react-renderer 的 appHelper 一致, https://lowcode-engine.cn/docV2/nhilce#appHelper
123
+ */
124
+ appHelper: {
125
+ type: 'object',
126
+ description: '定义 utils 和 constants 等对象',
127
+ },
128
requestHandlersMap: {
129
type: 'object',
130
description: '数据源引擎的请求处理器映射',
0 commit comments