Skip to main content

getVisibleTaskCount

Description

Gets the number of tasks visible on the screen (those that are not collapsed)

getVisibleTaskCount: () => number

Returns

  • count - (number) - the number of visible tasks

Example

gantt.getVisibleTaskCount();