blockly > FieldVariable > configure_
Konfigurieren Sie das Feld anhand der angegebenen Optionen.
Unterschrift:
protected configure_(config: FieldVariableConfig): void;
Parameter
Parameter |
Typ |
Beschreibung |
config |
FieldVariableConfig |
Eine Zuordnung von Optionen, anhand derer das Feld konfiguriert werden soll. |
Gibt zurück:
void
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-11-09 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-11-09 (UTC)."],[[["The `configure_` method is used to set up a `FieldVariable` object based on provided options."],["It takes a `FieldVariableConfig` object as input, which contains configuration details."],["This method modifies the `FieldVariable` object and doesn't return any value."],["It's a protected method intended for internal use within Blockly."]]],[]]