@balkangraph/orgchart.js 8.3.5 → 8.3.6

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
@@ -2157,7 +2157,8 @@ declare class OrgChartBase {
2157
2157
  /**
2158
2158
  * dragged node id
2159
2159
  */
2160
- dragId: string | number
2160
+ dragId: string | number,
2161
+ event: MouseEvent
2161
2162
  }) => void): OrgChart;
2162
2163
  /**
2163
2164
  * The onDrop event occurs when a node is dropped. *enableDragDrop* option has to be turned on.