@balkangraph/orgchart.js 8.9.20 → 8.9.21

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
@@ -1208,6 +1208,7 @@ declare namespace OrgChart {
1208
1208
  footer?: string,
1209
1209
  openInNewTab?: boolean,
1210
1210
  expandChildren?: boolean,
1211
+ min?: boolean,
1211
1212
  nodeId? : number | string
1212
1213
  }
1213
1214