@balkangraph/orgchart.js 8.9.15 → 8.9.16

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
@@ -1081,6 +1081,7 @@ declare namespace OrgChart {
1081
1081
  */
1082
1082
  hide(): void;
1083
1083
  addFilterTag(data: object): boolean;
1084
+ filterBy?: any;
1084
1085
  }
1085
1086
 
1086
1087