סקר מחקר: נשמח לשמוע על החוויה שלך עם Blockly
לפתיחת הסקר
blockly > אירועים > UiBase > recordUndo
הנכס Event.UiBase.recordUndo
Signature:
recordUndo: boolean;
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-10-15 (שעון UTC).
[null,null,["עדכון אחרון: 2024-10-15 (שעון UTC)."],[[["The `recordUndo` property of Blockly's `Events.UiBase` class determines whether the UI event should be recorded in the undo stack."],["It is a boolean value, indicating whether the event should be undoable or not."]]],["The `recordUndo` property, found within the `Events.UiBase` class, is a boolean value. This property determines whether a particular UI event should be recorded in the undo/redo history. If set to `true`, the event will be added to the history, allowing users to undo or redo the action. If `false` it will not be recorded.\n"]]