調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >FieldLabel >configure_
署名:
protected configure_(config: FieldLabelConfig): void;
パラメータ
戻り値:
void
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-12 UTC。
[null,null,["最終更新日 2024-09-12 UTC。"],[[["The `FieldLabel.configure_()` method is a protected method used to configure a FieldLabel instance."],["It accepts a single parameter, `config`, which is of type `FieldLabelConfig` and contains the configuration settings for the FieldLabel."],["This method does not return any value (void)."],["The purpose is to apply the provided configurations to the FieldLabel."]]],["The `configure_()` method in the `FieldLabel` class accepts a `FieldLabelConfig` object as a parameter named `config`. This protected method, which returns void, is used to configure the `FieldLabel` based on the provided configuration details within the `config` object. The method doesn't return any value.\n"]]