Stay organized with collections
Save and categorize content based on your preferences.
blockly > blockRendering > Row > endsWithElemSpacer
blockRendering.Row.endsWithElemSpacer() method
Determines whether this row should end with an element spacer.
Signature:
endsWithElemSpacer(): boolean;
Returns:
boolean
Whether the row should end with a spacer.
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."],[[["The `endsWithElemSpacer()` method is part of Blockly's block rendering system and specifically belongs to the `blockRendering.Row` class."],["This method is used to determine if a row in a rendered block should conclude with an element spacer, influencing the visual layout of the block."],["The method returns a boolean value (`true` or `false`) indicating whether an element spacer is required at the end of the row."]]],["The `endsWithElemSpacer()` method, part of the `blockRendering.Row` class, checks if a row in a block rendering should conclude with an element spacer. It returns a boolean value indicating whether a spacer should be placed at the end of the row. The method's primary function is to determine the presence of a trailing spacer within the row's rendering.\n"]]