Function: getRecordUndo()
function getRecordUndo(): boolean;
Defined in: packages/blockly/core/events/utils.ts:53
Returns whether or not events will be added to the undo stack.
Returns
boolean
True if events will be added to the undo stack.
function getRecordUndo(): boolean;
Defined in: packages/blockly/core/events/utils.ts:53
Returns whether or not events will be added to the undo stack.
boolean
True if events will be added to the undo stack.