@balkangraph/orgchart.js 8.4.8 → 8.4.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/orgchart.d.ts CHANGED
@@ -1085,7 +1085,7 @@ declare namespace OrgChart {
1085
1085
  * @param nodeId
1086
1086
  * @param menu
1087
1087
  */
1088
- show(nodeId: string | number, menu: { [key: string]: menu }): void;
1088
+ show(nodeId: string | number, menu?: { [key: string]: menu }): void;
1089
1089
  /**
1090
1090
  * Hides circle menu
1091
1091
  */