แบบสำรวจการวิจัย: บอกให้เราทราบเกี่ยวกับประสบการณ์การใช้งาน Blockly
เริ่มแบบสำรวจ
blockly > blockRendering > IPathObject > removeConnectionHighlight
เมธอด blockRendering.IPathObject.removeConnectionhighlight()
ลบไฮไลต์ที่เกี่ยวข้องกับการเชื่อมต่อที่กำหนด หากมี
ลายเซ็น:
removeConnectionHighlight?(connection: RenderedConnection): void;
พารามิเตอร์
พารามิเตอร์ |
ประเภท |
คำอธิบาย |
การเชื่อมต่อ |
RenderedConnection |
|
การคืนสินค้า:
เป็นโมฆะ
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-08-21 UTC
[null,null,["อัปเดตล่าสุด 2024-08-21 UTC"],[[["The `removeConnectionHighlight` method is part of the `blockRendering.IPathObject` interface in Blockly."],["This method removes any visual highlight on a given `RenderedConnection`, if a highlight exists."],["It accepts one argument: `connection` of type `RenderedConnection` which represents the connection to remove the highlight from."],["The method does not return any value (void)."]]],["The `removeConnectionHighlight()` method, part of the `IPathObject` interface, is designed to remove the visual highlight from a specified connection. It accepts a single parameter, `connection`, which is of type `RenderedConnection`. The method checks for the existence of a highlight on the provided connection and removes it if present. This action results in no return value, indicated by the `void` return type.\n"]]