แบบสำรวจการวิจัย: บอกให้เราทราบเกี่ยวกับประสบการณ์การใช้งาน Blockly
เริ่มแบบสำรวจ
blockly > BlockSvg > previousConnection
พร็อพเพอร์ตี้ BlockSvg.previousConnection
ลายเซ็น:
previousConnection: RenderedConnection;
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-09-12 UTC
[null,null,["อัปเดตล่าสุด 2024-09-12 UTC"],[[["`previousConnection` is a property of the `BlockSvg` class that represents the connection point on the top of the block where another block can be attached."],["This property is of type `RenderedConnection` which handles the visual and logical aspects of the connection."],["Through `previousConnection`, you can access and manipulate the block's connection to the preceding block in the workspace."]]],["The `previousConnection` property, found within the `BlockSvg` class, is a key element in Blockly's structure. It is of the type `RenderedConnection`. This property represents a block's connection point located at the top, which is used to link it to a preceding block in a sequence. It is instrumental in visually rendering the connection between two blocks.\n"]]