@balkangraph/orgchart.js 8.2.72 → 8.2.73

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
@@ -746,6 +746,11 @@ declare class OrgChart extends OrgChartBase {
746
746
  * @ignore
747
747
  */
748
748
  static LAZY_LOADING_FACTOR: number;
749
+ /**
750
+ * Can be used to instruct the browser to defer loading of OrgChart that are off-screen until the user scrolls near them.
751
+ * The init event listener will be called as soon as the OrgChart become visible.
752
+ */
753
+ static LAZY_LOADING: boolean;
749
754
 
750
755
  /**
751
756
  * Hides the Edit Form when the chart is moved with pan