Definition for a menu item in the context menu.
Members
-
onclick :Highcharts.EventCallbackFunction.<Highcharts.Chart>|undefined
-
The click handler for the menu item.
Type:
- Highcharts.EventCallbackFunction.<Highcharts.Chart> | undefined
-
separator :boolean|undefined
-
Indicates a separator line instead of an item.
Type:
- boolean | undefined
-
text :string|undefined
-
The text for the menu item.
Type:
- string | undefined
-
textKey :string|undefined
-
If internationalization is required, the key to a language string.
Type:
- string | undefined