仪表盘
版本库
文件存储
活动
搜索
登录
main
/
iailab-plat-ui-vue3
工业互联网平台前端 vue3版本
概况
操作记录
提交次数
目录
文档
分支
对比
查看
|
历史
|
提交
|
提交对比
http api
潘志宝
2024-09-18
6d9c089cebac440c78573e9fa95190ee9ead674c
[iailab-plat-ui-vue3.git]
/
src
/
types
/
contextMenu.d.ts
提交
|
用户
|
时间
820397
1
export type contextMenuSchema = {
H
2
disabled?: boolean
3
divided?: boolean
4
icon?: string
5
label: string
6
command?: (item: contextMenuSchema) => void
7
}