Stay organized with collections
Save and categorize content based on your preferences.
blockly > blockRendering > Row > width
blockRendering.Row.width property
The width of the row, from the left edge of the block to the right. Does not include child blocks unless they are inline.
Signature:
width: number;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["`blockRendering.Row.width` represents the horizontal space occupied by a row within a rendered block, excluding inline child blocks."],["It's a numerical value indicating the distance from the row's left edge to its right edge within the block's visual representation."]]],["The `width` property of a `blockRendering.Row` represents the horizontal span of that row within a block. This measurement extends from the leftmost to the rightmost edge of the row. Critically, the `width` calculation excludes the width of any child blocks unless those child blocks are positioned inline within the row. The `width` property is a numeric value.\n"]]