Stay organized with collections
Save and categorize content based on your preferences.
blockly > FieldImage > configure_
Configure the field based on the given map of options.
Signature:
protected configure_(config: FieldImageConfig): void;
Parameters
Parameter |
Type |
Description |
config |
FieldImageConfig |
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["The `FieldImage.configure_()` method is used to set up a FieldImage instance based on provided configuration options."],["It takes a `FieldImageConfig` object as input, which contains properties like the image source, size, and other attributes to customize the field's appearance."],["This method is designated as `protected`, suggesting its primary use is within the FieldImage class or its subclasses."],["Calling `configure_()` does not return any value; instead, it directly modifies the state of the FieldImage object."]]],[]]