blockly > BlocklyOptions > toolboxPosition
Signature:
toolboxPosition?: string;
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-09-12 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-09-12 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`toolboxPosition` is an optional property within `BlocklyOptions` used to define the location of the toolbox."],["It accepts a string value, which could be 'start' or 'end', to indicate the placement of the toolbox relative to the main workspace."],["Although its specific accepted values are not explicitly documented here, it is implied to control the toolbox's position."]]],["The `toolboxPosition` property, part of the `BlocklyOptions` interface, is defined as a string. It specifies the location of the toolbox within the Blockly workspace. This property allows users to configure where the toolbox should appear in relation to the main editing area. The property's type is defined with a question mark, meaning it can optionally be set.\n"]]