fix: declare parameter appHelper for valid engine options

This commit is contained in:
LeoYuan 袁力皓 2022-06-15 10:00:21 +08:00 committed by 林熠
parent 3105081466
commit 058a84226a

View File

@ -118,6 +118,13 @@ const VALID_ENGINE_OPTIONS = {
type: 'array',
description: '自定义 simulatorUrl 的地址',
},
/**
* react-renderer appHelper https://lowcode-engine.cn/docV2/nhilce#appHelper
*/
appHelper: {
type: 'object',
description: '定义 utils 和 constants 等对象',
},
requestHandlersMap: {
type: 'object',
description: '数据源引擎的请求处理器映射',