Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
blockly > blockRendering > ConstantProvider > TAB_WIDTH
Propriété blockRendering.ConstantProvider.TAB_WIDTH
Largeur de l'onglet du puzzle utilisé pour les connexions d'entrée et de sortie.
Signature :
TAB_WIDTH: 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 2025/07/25 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/07/25 (UTC)."],[[["`TAB_WIDTH` is a property within Blockly's blockRendering namespace that defines the width of puzzle tabs used for block connections."],["This property is accessed through the `ConstantProvider` class and is essential for visual consistency when rendering input and output connections on blocks."],["The value of `TAB_WIDTH` is a numerical representation and directly influences the horizontal spacing of connection points in Blockly's visual programming environment."]]],["The `TAB_WIDTH` property, found within the `blockRendering.ConstantProvider` class, defines the width of the puzzle tab. This puzzle tab is specifically utilized for input and output connections. The property's value is a number, representing the width measurement.\n"]]