rune-langium / visual-editor/src / useCanUndo
Function: useCanUndo()
ts
function useCanUndo(): boolean;Defined in: packages/visual-editor/src/store/history.ts:53
Whether there are past states to undo to.
Returns
boolean