Update index.d.ts

added missing DataGroup.nestedGroups according this example: http://visjs.org/examples/timeline/groups/nestedGroups.html
This commit is contained in:
petrce
2017-06-19 14:55:04 +01:00
committed by GitHub
parent 8aff840533
commit e2e2568f83
+1
View File
@@ -79,6 +79,7 @@ export interface DataGroup {
style?: string;
subgroupOrder?: string | (() => void);
title?: string;
nestedGroups?: number[];
}
export interface DataGroupOptions {