houzhongjian
2025-04-09 eec1fdf3a531f4cd9c171ccbc01bbfadbad769b7
1
2
3
4
5
6
7
export type contextMenuSchema = {
  disabled?: boolean
  divided?: boolean
  icon?: string
  label: string
  command?: (item: contextMenuSchema) => void
}