Encuesta de investigación: Cuéntanos sobre tu experiencia con Blockly
Comenzar encuesta
blockly > blockRendering > SpacerRow
Clase blockRendering.SpacerRow
Un objeto que contiene información sobre un separador entre dos filas.
Signature:
export declare class SpacerRow extends Row
Extiende: Fila
Constructores
Propiedades
Métodos
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-29 (UTC)
[null,null,["Última actualización: 2024-08-29 (UTC)"],[[["`SpacerRow` is a class in Blockly's block rendering system that represents the space between two rows of blocks."],["It inherits properties and methods from the `Row` class and adds specific functionalities for managing spacer elements."],["`SpacerRow` objects store information like height, width, and whether they precede or follow a statement block."],["Key properties include `elements`, `followsStatement`, `height`, `precedesStatement`, `width`, and `widthWithConnectedBlocks`."],["The `measure()` method is used to calculate and adjust the dimensions of the spacer row within the block layout."]]],[]]