@balkangraph/orgchart.js 8.14.70 → 8.14.71

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
@@ -1667,6 +1667,10 @@ declare namespace OrgChart {
1667
1667
  footer?: string,
1668
1668
  openInNewTab?: boolean,
1669
1669
  expandChildren?: boolean,
1670
+ /**
1671
+ * Export all parents of nodeId if defined
1672
+ */
1673
+ includeDirectParents?: boolean,
1670
1674
  min?: boolean,
1671
1675
  nodeId? : number | string
1672
1676
  }