blockly > Field > configure_
Process the configuration map passed to the field.
Signature:
protected configure_(config: FieldConfig): void;
Parameters
Parameter |
Type |
Description |
config |
FieldConfig |
A map of options used to configure the field. See the individual field's documentation for a list of properties this parameter supports. |
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 Blockly Field using a configuration object."],["This method processes the `FieldConfig` object to apply various settings to the field."],["Developers should consult specific field documentation to understand the configurable properties within the `FieldConfig`."],["`configure_()` is a protected method within the Field class and returns void."]]],[]]