mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
Update index.d.ts
added missing DataGroup.nestedGroups according this example: http://visjs.org/examples/timeline/groups/nestedGroups.html
This commit is contained in:
Vendored
+1
@@ -79,6 +79,7 @@ export interface DataGroup {
|
||||
style?: string;
|
||||
subgroupOrder?: string | (() => void);
|
||||
title?: string;
|
||||
nestedGroups?: number[];
|
||||
}
|
||||
|
||||
export interface DataGroupOptions {
|
||||
|
||||
Reference in New Issue
Block a user