blockly > ShortcutItems > registerUndo

ShortcutItems.registerUndo() function

Keyboard shortcut to undo the previous action on ctrl+z, cmd+z, or alt+z.

Signature:

export declare function registerUndo(): void;

Returns:

void