blockly > FieldNumber > configure_
Configure the field based on the given map of options.
Signature:
protected configure_(config: FieldNumberConfig): void;
Parameters
Parameter |
Type |
Description |
config |
FieldNumberConfig |
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 `FieldNumber.configure_()` method allows customization of a FieldNumber instance using a configuration object."],["This method accepts a `FieldNumberConfig` object containing specific options for adjusting the field's properties."],["It's a protected method, indicating its intended use within the Blockly library or extensions, rather than direct user interaction."]]],[]]