Interface. Icommand Stack
undo():
Promise
<SModelRootImpl
>
Defined in: packages/sprotty/src/base/commands/command-stack.ts:61
Takes the topmost command from the undo stack, undoes its changes and pushes it ot the redo stack. Returns a Promise for the changed model.
Promise
<SModelRootImpl
>