blockly > blockRendering > InputRow > (Konstrukteur)
Erstellt eine neue Instanz der InputRow
-Klasse
Unterschrift:
constructor(constants: ConstantProvider);
Parameter
Parameter |
Typ |
Beschreibung |
constants |
ConstantProvider |
Der Anbieter von Renderingkonstanten. |
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-08-29 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-08-29 (UTC)."],[[["The `InputRow` class is used within Blockly's block rendering system and is initialized with a `ConstantProvider`."],["The constructor of `InputRow` takes a single argument, `constants`, which is an instance of the `ConstantProvider` class, providing access to rendering constants."],["`InputRow` objects are likely responsible for managing the visual layout and arrangement of input connections within a block."]]],[]]