調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-12 UTC。
[null,null,["最終更新日 2024-09-12 UTC。"],[[["`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"]]