yanjinhui
2025-10-20 114ffafeeb20ef7066cb2e2882bb58b96f791ab5
1
2
3
4
5
6
7
export interface ContextMenuSchema {
  disabled?: boolean
  divided?: boolean
  icon?: string
  label: string
  command?: (item: ContextMenuSchema) => void
}