blockly > القائمة المنبثقة > toolboxPosition_
Signature:
protected toolboxPosition_: number;
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-09-12 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-09-12 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]