Skip to content

Commit ee7160e

Browse files
zyy7259JackLian
authored andcommitted
feat: requestHandlersMap should be optional
1 parent cbd95a1 commit ee7160e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/editor-core/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ export interface EngineOptions {
247247
/**
248248
* 数据源引擎的请求处理器映射
249249
*/
250-
requestHandlersMap: RequestHandlersMap;
250+
requestHandlersMap?: RequestHandlersMap;
251251
}
252252

253253
const getStrictModeValue = (engineOptions: EngineOptions, defaultValue: boolean): boolean => {

0 commit comments

Comments
 (0)