@balkangraph/orgchart.js 8.11.3 → 8.11.5
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 +5 -0
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -1123,6 +1123,11 @@ declare namespace OrgChart {
|
|
|
1123
1123
|
* @param menu
|
|
1124
1124
|
*/
|
|
1125
1125
|
showStickIn(stickToElement: HTMLElement, firstNodeId: string | number, secondNodeId: string | number, menu: { [key: string]: menu }): void;
|
|
1126
|
+
/**
|
|
1127
|
+
* Returns true if the menu is visible
|
|
1128
|
+
*/
|
|
1129
|
+
isVisible(): boolean;
|
|
1130
|
+
|
|
1126
1131
|
/**
|
|
1127
1132
|
* Hieds the menu
|
|
1128
1133
|
*/
|