{typedef} anychart.ui.ContextMenu.PrepareItemsContext Improve this Doc
Type definition for the preparing of the context menu items.
Name | Type | Description |
---|---|---|
chart | anychart.core.Chart | undefined | Chart instance |
event | anychart.core.MouseEvent | Event. |
menu | anychart.ui.ContextMenu | Context menu instance. |
selectedPoints | Array.<anychart.core.Point> | undefined | An array of the selected points. |
target | Element | anychart.core.VisualBase | Target for the context menu. |