@balkangraph/orgchart.js 8.14.108 → 8.14.110
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 +4 -0
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -2612,6 +2612,10 @@ declare namespace OrgChart {
|
|
|
2612
2612
|
* Export all parents of nodeId if defined
|
|
2613
2613
|
*/
|
|
2614
2614
|
includeDirectParents?: boolean,
|
|
2615
|
+
/**
|
|
2616
|
+
* Export all direct children and collpase other children, highter priority then expandChildren
|
|
2617
|
+
*/
|
|
2618
|
+
includeDirectChildren?: boolean,
|
|
2615
2619
|
min?: boolean,
|
|
2616
2620
|
nodeId? : number | string
|
|
2617
2621
|
}
|