gohttpdUi/types/componentType/contextMenu.d.ts

8 lines
156 B
TypeScript
Raw Normal View History

declare type contextMenuSchema = {
disabled?: boolean
divided?: boolean
icon?: string
label: string
command?: (item: contextMenuSchema) => viod
}