mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 11:20:11 +00:00
fix: declare parameter appHelper for valid engine options
This commit is contained in:
parent
3105081466
commit
058a84226a
@ -118,6 +118,13 @@ const VALID_ENGINE_OPTIONS = {
|
|||||||
type: 'array',
|
type: 'array',
|
||||||
description: '自定义 simulatorUrl 的地址',
|
description: '自定义 simulatorUrl 的地址',
|
||||||
},
|
},
|
||||||
|
/**
|
||||||
|
* 与 react-renderer 的 appHelper 一致, https://lowcode-engine.cn/docV2/nhilce#appHelper
|
||||||
|
*/
|
||||||
|
appHelper: {
|
||||||
|
type: 'object',
|
||||||
|
description: '定义 utils 和 constants 等对象',
|
||||||
|
},
|
||||||
requestHandlersMap: {
|
requestHandlersMap: {
|
||||||
type: 'object',
|
type: 'object',
|
||||||
description: '数据源引擎的请求处理器映射',
|
description: '数据源引擎的请求处理器映射',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user