Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContextMenuEntryInterface

A context menu entry with a name and an icon that invokes the callback function when clicked.

Hierarchy

  • ContextMenuEntryInterface

Index

Properties

callback

callback: Function

Specifies the callback to execute if clicked on

icon

icon: string

Specifies the icon class to set for the item

Optional key

key?: string

Key for the entry, only one entry is shown per unique key

name

name: string

Specify the human readable name of the command in the menu. This is used as the label for the option

Generated using TypeDoc