@balkangraph/orgchart.js 8.13.29 → 8.13.30
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
|
@@ -839,10 +839,14 @@ declare class OrgChart extends OrgChartBase {
|
|
|
839
839
|
*/
|
|
840
840
|
static FIXED_POSITION_ON_CLICK: boolean;
|
|
841
841
|
/**
|
|
842
|
-
*
|
|
842
|
+
* Render links before nodes, default is false
|
|
843
843
|
*/
|
|
844
844
|
static RENDER_LINKS_BEFORE_NODES: boolean;
|
|
845
845
|
/**
|
|
846
|
+
* Render clinks before nodes, default is false
|
|
847
|
+
*/
|
|
848
|
+
static RENDER_CLINKS_BEFORE_NODES: boolean;
|
|
849
|
+
/**
|
|
846
850
|
* @ignore
|
|
847
851
|
*/
|
|
848
852
|
static MIXED_LAYOUT_ALL_NODES: boolean;
|