Type Alias ContextMenuItem

ContextMenuItem: { func: () => void; icon: string; text: string }

Type declaration

  • func: () => void
  • icon: string
  • text: string