調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >レジストリ >タイプ
registry.Type クラス
ジェネリックに保存されている要素の型を含む名前。
署名:
export declare class Type<_T>
コンストラクタ
プロパティ
メソッド
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-29 UTC。
[null,null,["最終更新日 2024-08-29 UTC。"],[[["The `registry.Type` class manages the association between a name and the type of an element stored within the registry."],["It provides static properties representing various Blockly component types, such as renderers, themes, and input types."],["Developers can use these properties to register and retrieve elements of specific types from the registry."],["This class ensures type safety and simplifies the management of different components within the Blockly system."]]],[]]