Merge branch 'develop' into release/1.0.17-beta

This commit is contained in:
liujuping 2022-11-25 10:44:30 +08:00
commit 84491fde22

View File

@ -98,10 +98,16 @@ export interface IRendererProps {
id?: string | number; id?: string | number;
/** 语言 */ /** 语言 */
locale?: string; locale?: string;
/**
*
* https://lowcode-engine.cn/lowcode 中 2.6 国际化多语言支持
* */
messages?: Record<string, any>;
/** 主要用于设置渲染模块的全局上下文,里面定义的内容可以在低代码中通过 this 来访问,比如 this.utils */ /** 主要用于设置渲染模块的全局上下文,里面定义的内容可以在低代码中通过 this 来访问,比如 this.utils */
appHelper?: IRendererAppHelper; appHelper?: IRendererAppHelper;
/** /**
* 使 * https://lowcode-engine.cn/lowcode
* 使
* *
* > * >
*/ */