blockly > Block > inputsInline
Signature:
inputsInline?: boolean;
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.
[null,null,["Last updated 2024-09-18 UTC."],[[["The `inputsInline` property of the `Block` class in Blockly determines whether the block's input connections are displayed in a horizontal or vertical arrangement."],["This property accepts a boolean value, where `true` positions inputs horizontally and `false` (or undefined) positions them vertically."]]],["The `Block.inputsInline` property, a boolean value, determines how a block's inputs are displayed. When `true`, inputs are rendered inline, meaning horizontally within the block. If `false` or undefined, inputs are stacked vertically, below each other. This property's signature indicates it's an optional boolean that can influence a block's visual layout.\n"]]