A custom hook that removes an node or link from the graph by its ID.
A function that removes the element from the graph.
const removeCell = useRemoveCell();removeCell('1'); Copy
const removeCell = useRemoveCell();removeCell('1');
A custom hook that removes an node or link from the graph by its ID.