Skip to main content

getSelectedTasks

Description

Returns an array of the currently selected tasks

getSelectedTasks: () => any[]

Returns

  • tasks - (array) - an array of tasks' ids

Example

gantt.getSelectedTasks();

Details

note

This method is defined in the multiselect extension, so you need to activate the multiselect plugin. Read the details in the Multi-Task Selection article.