Stay organized with collections
Save and categorize content based on your preferences.
blockly > blockRendering > Row > minHeight
blockRendering.Row.minHeight property
The minimum height of the row.
Signature:
minHeight: 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."],[[["`minHeight` is a property of the `blockRendering.Row` class in Blockly."],["It represents the minimum height that a row in the block rendering can have, measured numerically."],["This property is used in Blockly's rendering engine to determine the layout and spacing of blocks."]]],["The `minHeight` property, found within the `blockRendering.Row` class, specifies the minimum vertical space that a row can occupy. It is a numerical value representing this minimum height. In essence, it dictates the least amount of height a given row in the block rendering system is allowed to have.\n"]]