コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ブロックする >ブロック
ブロック変数
ブロック プロトタイプ オブジェクトへのブロックタイプ名のマッピング。
署名:
Blocks: {
[key: string]: BlockDefinition;
}
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],["The provided content defines the \"Blocks\" variable within a programming context, likely related to Blockly. It's a dictionary-like structure that maps block type names (represented as strings) to their corresponding block prototype objects. Each block prototype, defined as `BlockDefinition`, holds the configuration and behavior specifications for that specific block type. This mapping is essential for managing and accessing different types of blocks in the system.\n"],null,[]]