blockly > blockRendering > Linha > statementEdge
Propriedade blockRendering.Row.statementEdge
Onde deve estar a borda esquerda de todas as entradas de instrução no bloco. Isso garante que as entradas da instrução, processadas por campos de larguras variadas, estejam alinhadas.
Signature:
statementEdge: number;
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2024-08-29 UTC.
[null,null,["Última atualização 2024-08-29 UTC."],[[["`statementEdge` property defines the left edge position for statement inputs within a block."],["This property ensures alignment of statement inputs, even with preceding fields of varying widths."],["It's a numerical value representing the position relative to the block's edge."]]],["The `statementEdge` property, found within `blockRendering.Row`, is a numerical value. It specifies the horizontal position of the left edge for all statement inputs within a block. This ensures uniform alignment of statement inputs, regardless of any preceding fields of varying widths. The property's purpose is to standardize the layout of statement inputs within the visual representation of a block.\n"]]