returns the visible height of a task
id | string | number | the task's id |
number | the height of the specified task or, if the id parameter is not specified, the height of the tasks |
const height = gantt.getTaskHeight(); // -> 30
Back to top