Function: setRecordUndo()
function setRecordUndo(newValue): void;
Defined in: packages/blockly/core/events/utils.ts:44
Sets whether events should be added to the undo stack.
Parameters
| Parameter | Type | Description |
|---|---|---|
newValue | boolean | True if events should be added to the undo stack. |
Returns
void