แบบสำรวจการวิจัย: บอกให้เราทราบเกี่ยวกับประสบการณ์การใช้งาน Blockly
เริ่มแบบสำรวจ
blockly > เหตุการณ์ > เลือกแล้ว > oldElementId
พร็อพเพอร์ตี้ Event.Selected.oldElementId
รหัสขององค์ประกอบที่เลือกได้ล่าสุดที่เลือก
ลายเซ็น:
oldElementId?: string;
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-10-15 UTC
[null,null,["อัปเดตล่าสุด 2024-10-15 UTC"],[[["The `oldElementId` property stores the ID of the previously selected element before a new selection is made."],["This property is part of the `Blockly.Events.Selected` class and is used for managing selection events within Blockly."],["`oldElementId` is optional and its value is a string representing the ID of the element."]]],["The `oldElementId` property, found within the `Events.Selected` class, represents the ID of the previously selected element. This property, of type string, stores the identifier of the selectable element that was selected before the current one. It provides a way to track the previous selection state.\n"]]