แบบสำรวจการวิจัย: บอกให้เราทราบเกี่ยวกับประสบการณ์การใช้งาน Blockly
เริ่มแบบสำรวจ
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
blockly > Events > BlockFieldIntermediateChange
แจ้งให้ผู้ฟังทราบเมื่อค่าของช่องของบล็อกมีการเปลี่ยนแปลง แต่การเปลี่ยนแปลงยังไม่เสร็จสมบูรณ์ และคาดว่าจะมีเหตุการณ์การเปลี่ยนแปลงบล็อกตามมา
ลายเซ็น:
export declare class BlockFieldIntermediateChange extends BlockBase
ขยาย: BlockBase
ผู้ผลิต
พร็อพเพอร์ตี้
พร็อพเพอร์ตี้ |
คีย์ตัวปรับแต่ง |
ประเภท |
คำอธิบาย |
name? |
|
สตริง |
(ไม่บังคับ) ชื่อของช่องที่มีการเปลี่ยนแปลง |
newValue |
|
ไม่ทราบ |
ค่าใหม่ขององค์ประกอบ |
oldValue |
|
ไม่ทราบ |
ค่าเดิมขององค์ประกอบ |
recordUndo |
|
บูลีน |
|
type |
|
EventType |
|
เมธอด
วิธีการ |
คีย์ตัวปรับแต่ง |
คำอธิบาย |
isNull() |
|
เหตุการณ์นี้บันทึกการเปลี่ยนแปลงสถานะหรือไม่ |
run(forward) |
|
เรียกใช้เหตุการณ์การเปลี่ยนแปลง |
toJson() |
|
เข้ารหัสเหตุการณ์เป็น JSON |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2025-07-25 UTC"],[[["The `Events.BlockFieldIntermediateChange` class signals an in-progress change to a block field's value, preceding a final block change event."],["This event includes details like the field name, old value, and new value, facilitating the tracking of intermediate field modifications."],["`BlockFieldIntermediateChange` extends the `BlockBase` class and provides methods for checking event significance, executing changes, and JSON serialization."],["While it indicates a change, the `BlockFieldIntermediateChange` event does not necessarily record a permanent state change and might be followed by a finalizing event."]]],[]]