* Check the over task or draggble task is placeholder task
| 6 | */ |
| 7 | |
| 8 | interface CustomConfig { |
| 9 | placeholder_task?: IGanttConfig["placeholder_task"]; |
| 10 | types?: IGanttConfig["types"]; |
| 11 | } |
| 12 | |
| 13 | export default function isPlaceholderTask( |
| 14 | id: string | number, |
nothing calls this directly
no outgoing calls
no test coverage detected