Skip to main content

onTaskOpened

Description

Fires when a branch has been opened

onTaskOpened: (id: string | number) => void;

Parameters

  • id - (required) string | number - the branch id

Example

gantt.attachEvent("onTaskOpened", function(id) {
//any custom logic here
});