blockly > blockRendering > Feld
blockRendering.Field-Klasse
Objekt mit Informationen über den Bereich, den ein Feld während des Renderings einnimmt
Unterschrift:
export declare class Field extends Measurable
Erweitert: Messbar
Konstruktoren
Attribute
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-10-15 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-10-15 (UTC)."],[[["The `blockRendering.Field` class stores information about the space a field occupies during the rendering process in Blockly."],["It inherits from the `Measurable` class and contains properties like `field`, `flipRtl`, `height`, `isEditable`, `parentInput`, and `width` to manage field rendering attributes."],["The constructor initializes a new `Field` object with specified constants, field, and parent input."],["This class provides a way to represent and control the visual aspects of fields within Blockly's block rendering system."]]],[]]