@balkangraph/orgchart.js 8.13.33 → 8.13.35

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
@@ -917,6 +917,11 @@ declare class OrgChart extends OrgChartBase {
917
917
  */
918
918
  static VERTICAL_CHILDREN_ASSISTANT: boolean;
919
919
 
920
+ /**
921
+ * Cut nodes when export with pages, dafault is false
922
+ */
923
+ static EXPORT_PAGES_CUT_NODES: boolean;
924
+
920
925
  /**
921
926
  * @ignore
922
927
  */