mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
[dhtmlxgantt] update typedefs to include changes up to dhtmlxgantt v6.0
This commit is contained in:
parent
f15a022416
commit
1e504ef4e3
@ -28,10 +28,12 @@ gantt.locale.labels.new_task = "New task";
|
||||
gantt.init("scheduler_here", start);
|
||||
gantt.load("/data/events");
|
||||
|
||||
const wbs: string = gantt.getWBSCode(gantt.getTask(1));
|
||||
|
||||
//events
|
||||
gantt.attachEvent("onBeforeLightbox", function (id?: string) {
|
||||
gantt.showTask(id);
|
||||
});
|
||||
//gantt enterprise
|
||||
var gantt2 = Gantt.getGanttInstance();
|
||||
gantt2.config.api_date = "format";
|
||||
gantt2.config.xml_date = "format";
|
||||
|
||||
720
types/dhtmlxgantt/index.d.ts
vendored
720
types/dhtmlxgantt/index.d.ts
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user