調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
blockly > fieldRegistry
fieldRegistry 名前空間
関数
インターフェース
インターフェース |
説明 |
RegistrableField |
登録されているフィールド(コンストラクタ メソッドや fromJson メソッド)で定義する必要がある静的メソッドを表します。 どの Field サブクラスが登録されるかはわからないため、コンストラクタのパラメータを型チェックできません。 |
変数
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-05-20 UTC。
[null,null,["最終更新日 2024-05-20 UTC。"],[[["The `fieldRegistry` namespace manages the registration and unregistration of field types in Blockly."],["It provides functions like `register` and `unregister` to interact with the field type registry."],["The `RegistrableField` interface defines the necessary static methods for any registered field type, including a constructor and a `fromJson` method."],["A `TEST_ONLY` variable is present within this namespace, potentially for testing purposes."]]],[]]