Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
blockly > Flyout > toolboxPosition_
Signature :
protected toolboxPosition_: 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)."],[[["This property stores the position of the toolbox, which can be either Blockly.TOOLBOX_AT_TOP or Blockly.TOOLBOX_AT_BOTTOM."],["`toolboxPosition_` is an integer representing where the toolbox is located relative to the workspace."],["It is a protected property of the `Flyout` class in Blockly and used internally for managing the flyout's layout in relation to the toolbox."]]],["The `toolboxPosition_` property, part of the `Flyout` class within the Blockly library, is a protected numerical property. It stores the position of the toolbox. This property's core function is to maintain positional information for the toolbox within the flyout interface. It is likely used for layout and rendering purposes.\n"]]