@balkangraph/orgchart.js 8.14.110 → 8.14.111

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
@@ -2609,13 +2609,13 @@ declare namespace OrgChart {
2609
2609
  openInNewTab?: boolean,
2610
2610
  expandChildren?: boolean,
2611
2611
  /**
2612
- * Export all parents of nodeId if defined
2612
+ * Export parents of nodeId
2613
2613
  */
2614
- includeDirectParents?: boolean,
2615
- /**
2616
- * Export all direct children and collpase other children, highter priority then expandChildren
2614
+ parentLevels?: boolean,
2615
+ /**
2616
+ * Export children of nodeId
2617
2617
  */
2618
- includeDirectChildren?: boolean,
2618
+ childLevels?: boolean,
2619
2619
  min?: boolean,
2620
2620
  nodeId? : number | string
2621
2621
  }