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

Interface CustomConfig

src/utils/placeholder_task.ts:8–11  ·  view source on GitHub ↗

* Check the over task or draggble task is placeholder task

Source from the content-addressed store, hash-verified

6 */
7
8interface CustomConfig {
9 placeholder_task?: IGanttConfig["placeholder_task"];
10 types?: IGanttConfig["types"];
11}
12
13export default function isPlaceholderTask(
14 id: string | number,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected