MCPcopy
hub / github.com/DHTMLX/gantt / IGanttFactory

Interface IGanttFactory

src/types.d.ts:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59interface IGanttFactory {
60 plugin(plugin: GanttPlugin): void;
61 getGanttInstance(settings?: IGanttInitializationConfig) : any;
62}
63
64interface ITask {
65 id: TaskID;

Callers 1

dhtmlxgantt.tsFile · 0.65

Implementers 1

GanttFactorysrc/factory/gantt_factory.ts

Calls

no outgoing calls

Tested by

no test coverage detected