@balkangraph/orgchart.js 8.3.8 → 8.4.0
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 +5 -1
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -916,7 +916,11 @@ declare namespace OrgChart {
|
|
|
916
916
|
/**
|
|
917
917
|
* for assistant nodes and mixed layout we create dynamic nodes called splits, default value undefined
|
|
918
918
|
*/
|
|
919
|
-
isSplit?: boolean | undefined
|
|
919
|
+
isSplit?: boolean | undefined,
|
|
920
|
+
/**
|
|
921
|
+
* indicates if the node is child of partner node
|
|
922
|
+
*/
|
|
923
|
+
isChildOfPartner?: boolean
|
|
920
924
|
}
|
|
921
925
|
|
|
922
926
|
|