mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增剪切
This commit is contained in:
Vendored
+6
-4
@@ -13,14 +13,16 @@ export type ConfigType = {
|
||||
}
|
||||
|
||||
// 组件实例类
|
||||
export interface CreateComponentType {
|
||||
export interface PublicConfigType {
|
||||
id: string
|
||||
key: string
|
||||
rename?: string
|
||||
attr: { x: number; y: number; w: number; h: number }
|
||||
attr: { x: number; y: number; w: number; h: number; zIndex: number }
|
||||
setPosition: Function
|
||||
}
|
||||
export interface CreateComponentType extends PublicConfigType {
|
||||
key: string
|
||||
chartData: ConfigType
|
||||
option: object
|
||||
setPosition: Function
|
||||
}
|
||||
|
||||
// 包分类枚举
|
||||
|
||||
Reference in New Issue
Block a user