Stay organized with collections
Save and categorize content based on your preferences.
blockly > blockRendering > Row > constants_
blockRendering.Row.constants_ property
Signature:
protected readonly constants_: ConstantProvider;
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."],[[["`constants_` provides access to rendering constants used by the Row class."],["It is a read-only property of the `blockRendering.Row` class and is of type `ConstantProvider`."],["This property allows the Row class to access values like element heights, spacing, and other visual parameters defined in the `ConstantProvider`."]]],["The `blockRendering.Row.constants_` property is a protected, read-only member. It holds a `ConstantProvider` instance. This property is found within the `Row` class, which itself is part of the `blockRendering` namespace, within the `blockly` system. This suggests it provides constant values used for rendering within a row context. It is a fundamental property used within block rendering.\n"]]