{typedef} anychart.ui.ContextMenu.ActionContext Improve this Doc
Type definition for the action context.
| Name | Type | Description |
|---|---|---|
| chart | anychart.core.Chart | undefined | Chart instance. |
| event | Object | Action event. |
| item | anychart.ui.ContextMenu.Item | Context menu item. |
| selectedPoints | Array.<anychart.core.Point> | undefined | An array of the selected points. |
| target | Element | anychart.core.VisualBase | Action target. |
| type | string | Action type. |
