blockly > FieldVariable > configure_
Configure the field based on the given map of options.
Signature:
protected configure_(config: FieldVariableConfig): void;
Parameters
Parameter |
Type |
Description |
config |
FieldVariableConfig |
A map of options to configure the field based on. |
Returns:
void
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 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."]]],[]]