@balkangraph/orgchart.js 8.4.22 → 8.4.24

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
@@ -804,6 +804,10 @@ declare class OrgChart extends OrgChartBase {
804
804
  *
805
805
  */
806
806
  static EDITFORM_CLOSE_BTN: string;
807
+ /**
808
+ * Escape HTML to prevent Cross-site scripting (also known as XSS) attacks
809
+ */
810
+ static ESCAPE_HTML: string;
807
811
 
808
812
  /**
809
813
  * @ignore