Encuesta de investigación: Cuéntanos sobre tu experiencia con Blockly
Comenzar encuesta
blockly > geras > Resaltador > drawRightSideRow
Método geras.Highlighter.drawRightSideRow()
Destaca el lado derecho de una fila.
Signature:
drawRightSideRow(row: Row): void;
Parámetros
Parámetro |
Tipo |
Descripción |
fila |
Fila |
La fila que se debe destacar. |
Muestra:
void
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: 2024-08-22 (UTC)
[null,null,["Última actualización: 2024-08-22 (UTC)"],[[["The `geras.Highlighter.drawRightSideRow()` method adds a highlight effect to the right side of a specified row within a Blockly block."],["It accepts a single parameter, `row`, which is an instance of the `Row` class representing the row to be highlighted."],["This method does not return any value and is used to visually enhance the block rendering within the Geras theme."]]],["The `drawRightSideRow()` method, part of the `geras.Highlighter` class, adds a visual highlight to the right side of a specified row. It accepts one parameter, `row`, which is an object of type `Row`, representing the row to be highlighted. The method performs an action (adding a highlight) and returns no value (void). Its purpose is solely to enhance the row's visibility by highlighting its right side.\n"]]