blockly > FieldVariable > size_
FieldVariable.size_ property
Signature:
protected size_: Size;
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."],[[["`size_` is a protected property of the `FieldVariable` class in Blockly, responsible for storing the dimensions of the field."],["It holds a value of type `Size`, representing the width and height of the variable field within a Blockly block."]]],["The `FieldVariable.size_` property, a protected member, is defined within the Blockly library. It stores the `Size` of a `FieldVariable` instance. This property's purpose is to maintain the dimensions of the `FieldVariable` element within the Blockly interface. Its signature indicates it's a protected property of type `Size`, accessible within the class and its subclasses.\n"]]