mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Fix allowed ExportingContextButton.menuItems types
https://api.highcharts.com/highcharts/exporting.buttons.contextButton.menuItems menuItems are allowed to be either string[] | MenuItem[]
This commit is contained in:
Vendored
+1
-1
@@ -2354,7 +2354,7 @@ declare namespace Highcharts {
|
||||
* can be customized by defining a new array of items and assigning null to unwanted positions.
|
||||
* @since 2.0
|
||||
*/
|
||||
menuItems?: MenuItem[];
|
||||
menuItems?: string[] | MenuItem[];
|
||||
/**
|
||||
* A click handler callback to use on the button directly instead of the popup menu.
|
||||
* @since 2.0
|
||||
|
||||
Reference in New Issue
Block a user