Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
59
interface
IGanttFactory {
60
plugin(plugin: GanttPlugin): void;
61
getGanttInstance(settings?: IGanttInitializationConfig) : any;
62
}
63
64
interface
ITask {
65
id: TaskID;
Callers
1
dhtmlxgantt.ts
File · 0.65
Implementers
1
GanttFactory
src/factory/gantt_factory.ts
Calls
no outgoing calls
Tested by
no test coverage detected