mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-01 05:30:40 +00:00
fix: JSExpression 增加 compiled
This commit is contained in:
parent
a2a7ee7fcc
commit
9f51e39264
@ -11,6 +11,8 @@ export interface JSExpression {
|
||||
* 模拟值
|
||||
*/
|
||||
mock?: any;
|
||||
/** 源码 */
|
||||
compiled?: string;
|
||||
}
|
||||
|
||||
// 函数
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user