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

This commit is contained in:
tnt group 2023-05-17 20:12:48 +08:00
parent 9f41ad1811
commit 3a6990f124

View File

@ -24,6 +24,8 @@ export type ConfigType = {
package: string
chartFrame?: ChartFrameEnum
image: string
virtualComponent?: string // 虚拟组件Path指定后创建该组件时从指定路径创建
dataset?: any // 组件预设的 dataset 值
}
// 数据请求