Stay organized with collections
Save and categorize content based on your preferences.
blockly > FieldImageFromJsonConfig > height
FieldImageFromJsonConfig.height property
Signature:
height?: number;
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."],[[["`height` is an optional property of the `FieldImageFromJsonConfig` interface in Blockly."],["It defines the height of the image in pixels and is of type number."],["If not specified, a default height will likely be used."]]],["The `FieldImageFromJsonConfig.height` property, within the Blockly library, is defined. Its signature indicates it is an optional numeric property (`number?`). This property likely represents the height of an image field when configuring it from JSON, allowing for specification of the image's vertical dimension. It being optional means the height can be omitted in configuration, potentially defaulting to another value.\n"]]