blockly > blockRendering > ConstantProvider > FIELD_COLOUR_DEFAULT_HEIGHT
Propriété blockRendering.ConstantProvider.FIELD_COLOUR_DEFAULT_HEIGHT
Signature :
FIELD_COLOUR_DEFAULT_HEIGHT: number;
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/08/22 (UTC).
[null,null,["Dernière mise à jour le 2024/08/22 (UTC)."],[[["`FIELD_COLOUR_DEFAULT_HEIGHT` is a property within Blockly's blockRendering.ConstantProvider class that stores the default height for colour fields."],["This property defines a numerical value representing the height of colour input fields within Blockly blocks, contributing to the visual consistency of the block rendering."],["Developers can access and potentially modify `FIELD_COLOUR_DEFAULT_HEIGHT` to adjust the size of colour fields in their Blockly projects."]]],["The `FIELD_COLOUR_DEFAULT_HEIGHT` property, found within the `ConstantProvider` class in the `blockRendering` namespace, is defined as a numerical value. It represents the default height for color fields in Blockly. This property is part of the rendering system, where it dictates a specific dimension for visual elements. Its core purpose is to set the standard height for color-type field objects within the interface.\n"]]