LinkOn this pageLink Create Link Method to Create a link createLinkconst link = { id: 1, // link id source: 2, // source task id target: 23, // target task id type: 1, // link type};javascriptgantt.createLink(link); Delete Link Method to delete a link deleteLinkjavascriptgantt.deleteLink(id);