feat: 扩展 ConfigType 组件配置类型,支持虚拟组件路径和预设组件 dataset 值

This commit is contained in:
tnt group
2023-05-17 20:12:48 +08:00
parent 93714457ab
commit f26e4e478a
+2
View File
@@ -24,6 +24,8 @@ export type ConfigType = {
package: string
chartFrame?: ChartFrameEnum
image: string
virtualComponent?: string // 虚拟组件Path,指定后创建该组件时,从指定路径创建
dataset?: any // 组件预设的 dataset 值
}
// 数据请求