סקר מחקר: נשמח לשמוע על החוויה שלך עם Blockly
לפתיחת הסקר
blockly > blockRendering > IPathObject > removeConnectionHighlight
המתודה blockRendering.IPathObject.removeConnectionhighlight()
מסיר את כל ההדגשה המשויכת לחיבור הנתון, אם הוא קיים.
Signature:
removeConnectionHighlight?(connection: RenderedConnection): void;
פרמטרים
פרמטר |
סוג |
תיאור |
חיבור |
RenderedConnection |
|
החזרות:
ריק
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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"]]