getLastSelectedTask

returns the id of the last selected task

string | number getLastSelectedTask();
string | numberthe id of the last selected task

Example

gantt.getLastSelectedTask();

Details

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.

See also
Back to top