@balkangraph/orgchart.js 8.14.41 → 8.14.42
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 +1 -1
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -44,7 +44,7 @@ declare class OrgChart extends OrgChartBase {
|
|
|
44
44
|
* @param ids node ids that will be expanded
|
|
45
45
|
* @param callback called after the animation completes
|
|
46
46
|
*/
|
|
47
|
-
expand(id: string | number, ids: Array<string | number
|
|
47
|
+
expand(id: string | number, ids: Array<string | number> | "all", callback?: () => void): void;
|
|
48
48
|
/**
|
|
49
49
|
* Collapses specified nodes.
|
|
50
50
|
* @param id the id of the node that will not move
|