@balkangraph/orgchart.js 8.13.15 → 8.13.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 +2 -1
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -195,8 +195,9 @@ declare class OrgChart extends OrgChartBase {
|
|
|
195
195
|
* Sets orientation.
|
|
196
196
|
* @param orientation orientation type
|
|
197
197
|
* @param lcn lyout config name for the specified sub tree
|
|
198
|
+
* @param callback called at the end of animation
|
|
198
199
|
*/
|
|
199
|
-
setOrientation(orientation: OrgChart.orientation, lcn?: string): void;
|
|
200
|
+
setOrientation(orientation: OrgChart.orientation, lcn?: string, callback?: () => void): void;
|
|
200
201
|
/**
|
|
201
202
|
* Search in the chart.
|
|
202
203
|
* @param value search for value
|