Encuesta de investigación: Cuéntanos sobre tu experiencia con Blockly
Comenzar encuesta
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
blockly > blockRendering > Drawer > drawConnectionHighlightPath
Método blockRendering.Drawer.drawConnectionHighlightPath()
Muestra una ruta de acceso para destacar la conexión determinada.
Signature:
drawConnectionHighlightPath(measurable: Connection): SVGElement | undefined;
Parámetros
Parámetro |
Tipo |
Descripción |
medibles |
Conexión |
|
Muestra:
SVGElement | undefined
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-05-16 (UTC)
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 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"]]