Function: registerRedo()
function registerRedo(): void;
Defined in: packages/blockly/core/shortcut_items.ts:452
Keyboard shortcut to redo the previous action on ctrl+shift+z, cmd+shift+z, or alt+shift+z.
Returns
void
function registerRedo(): void;
Defined in: packages/blockly/core/shortcut_items.ts:452
Keyboard shortcut to redo the previous action on ctrl+shift+z, cmd+shift+z, or alt+shift+z.
void