Skip to content

removeUndo

removes history about all the operations made to an item

function removeUndo(
// the id of an item
id: string
): void
dgrid.removeUndo(id);