blockly > الأحداث > BlockMoveJson > recordUndo
خاصية Events.BlockMoveJson.recordالتراجع
Signature:
recordUndo?: boolean;
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-09-12 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-09-12 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`recordUndo` is a property of the `BlockMoveJson` interface within Blockly's Events namespace."],["This optional boolean property determines if the block move event should be recorded in the undo stack, allowing users to reverse the action."],["By default, if `recordUndo` is not explicitly set, block move events will be recorded for undo functionality."]]],["The `recordUndo` property, found within the `BlockMoveJson` interface of the Blockly Events namespace, is a boolean value. This property indicates whether a block movement event should be recorded for undo/redo functionality. Its optional nature suggests that the system might not always track block movement history. When set to `true`, the block's move will be recorded for potential undo operations.\n"]]