@balkangraph/orgchart.js 8.9.34 → 8.9.36
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 -1
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -2319,7 +2319,11 @@ declare class OrgChartBase {
|
|
|
2319
2319
|
/**
|
|
2320
2320
|
* dropped node id
|
|
2321
2321
|
*/
|
|
2322
|
-
dropId: string | number
|
|
2322
|
+
dropId: string | number,
|
|
2323
|
+
/**
|
|
2324
|
+
* draging element
|
|
2325
|
+
*/
|
|
2326
|
+
dragNodeElement: HTMLElement
|
|
2323
2327
|
}) => void): OrgChart;
|
|
2324
2328
|
}
|
|
2325
2329
|
|