blockly > blockRendering > Field > width
Proprietà blockRendering.Field.width
Firma:
width: number;
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-11-08 UTC.
[null,null,["Ultimo aggiornamento 2024-11-08 UTC."],[[["The `width` property of the `blockRendering.Field` class represents the horizontal space occupied by the field within a block, measured in pixels."],["It is a numerical value indicating the width of the rendered field and is used for layout calculations during block rendering."]]],["The `blockRendering.Field.width` property, within the Blockly library, is a numerical value. It signifies the width of a field element in a block's rendering. The property's type is defined as a `number`, indicating it holds a numeric representation of the field's horizontal dimension.\n"]]