調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
blockly > registry
レジストリの名前空間
クラス
クラス |
説明 |
型 |
ジェネリックに格納された要素の型とともに名前。 |
関数
職務 |
説明 |
getAllItems(type, opt_cased, opt_throwIfMissing) |
指定された型で登録されたアイテムのマップを返します。 |
getClass(type, name, opt_throwIfMissing) |
指定された名前と型のクラスを取得します。 |
getClassFromOptions(type, options, opt_throwIfMissing) |
指定されたタイプの Blockly オプションからクラスを取得します。組み込み機能をオーバーライドするプラグインに使用されます。(Toolbox など) |
getObject(type, name, opt_throwIfMissing) |
指定された名前と型のオブジェクトを取得します。 |
hasItem(type, name) |
指定された型と名前のアイテムがレジストリに含まれているかどうかを返します。 |
register(type, name, registryItem, opt_allowOverrides) |
型と名前に基づいてクラスを登録します。 |
unregister(type, name) |
指定された型と名前のレジストリ アイテムの登録を解除します。 |
変数
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-01 UTC。
[null,null,["最終更新日 2023-12-01 UTC。"],[[["The `Blockly.registry` namespace manages the registration and retrieval of various Blockly components, like plugins and extensions."],["It provides functions to register, unregister, and access items using their type and name."],["You can retrieve registered items as classes or objects, and check for their existence using provided functions."],["The `Blockly.registry` namespace uses types like `Type` to categorize registered components for easy management."]]],[]]