Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
blockly > blockRendering > Drawer > drawConnectionHighlightPath
Méthode blockRendering.Drawer.drawConnectionHighlightPath()
Renvoie un chemin d'accès pour mettre en surbrillance la connexion donnée.
Signature :
drawConnectionHighlightPath(measurable: Connection): SVGElement | undefined;
Paramètres
Paramètre |
Type |
Description |
mesurables |
Connexion |
|
Renvoie :
SVGElement | undefined
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/05/16 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/05/16 (UTC)."],[[["The `drawConnectionHighlightPath` method is part of Blockly's block rendering system and is used to visually highlight a connection point on a block."],["This method takes a `Connection` object as input, which represents the specific connection to be highlighted, and does not return any value."]]],["The `drawConnectionHighlightPath()` method, part of the `blockRendering.Drawer` class, generates a path for highlighting a specified connection. It accepts a single parameter, `measurable`, of type `Connection`, which represents the connection to be highlighted. The method's operation involves creating and returning the highlight path, and it does not have any return value (void).\n"]]