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
});
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.