@balkangraph/orgchart.js 8.15.14 → 8.15.15

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
@@ -3300,6 +3300,15 @@ declare namespace OrgChart {
3300
3300
  expandCollapse,
3301
3301
  pan,
3302
3302
  zoom,
3303
+
3304
+ /**
3305
+ * OrgChart.action.ctrlZoom = 22;
3306
+ * ```typescript
3307
+ * let chart = new OrgChart('#tree', {
3308
+ * mouseScrool: OrgChart.action.ctrlZoom,
3309
+ * });
3310
+ * ```
3311
+ */
3303
3312
  ctrlZoom,
3304
3313
  xScroll,
3305
3314
  yScroll,