@balkangraph/orgchart.js 8.9.18 → 8.9.20

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
@@ -605,6 +605,8 @@ declare class OrgChart extends OrgChartBase {
605
605
  data: object
606
606
  }) => void): OrgChart;
607
607
 
608
+ element: HTMLElement;
609
+
608
610
  editUI: OrgChart.editUI;
609
611
  searchUI: OrgChart.searchUI;
610
612
  nodeMenuUI: OrgChart.menuUI;