Encuesta de investigación: Cuéntanos sobre tu experiencia con Blockly
Comenzar encuesta
blockly > geras > Panel lateral > drawRightSideRow_
Método geras.Drawer.drawRightSideRow_()
Signature:
drawRightSideRow_(row: Row): void;
Parámetros
Parámetro |
Tipo |
Descripción |
fila |
Fila |
|
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-24 (UTC)
[null,null,["Última actualización: 2024-08-24 (UTC)"],[[["The `drawRightSideRow_` method is part of the `geras.Drawer` class within the Blockly library and is used for rendering."],["It accepts a single parameter, `row`, which is an instance of the `Row` class, and uses it to draw the right side of a row in the block rendering process."],["This method does not return any value, indicated by the `void` return type, as its purpose is to perform the drawing operation."]]],["The `drawRightSideRow_` method, part of the `geras.Drawer` class, takes a single parameter: a `Row` object. This method's function is to operate on the provided `Row` but it does not return any value. The method signature confirms it's a void function, indicating it performs actions without returning data. It is a part of a class named drawer in a namespace geras and blockly.\n"]]