Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
blockly > blockRendering > RenderInfo > widthWithChildren
Eigenschaft blockRendering.RenderInfo.widthWithChildren
Die Breite des gerenderten Blocks, einschließlich untergeordneter Blöcke.
Unterschrift:
widthWithChildren: number;
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-21 (UTC).
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-08-21 (UTC)."],[[["`widthWithChildren` is a property of the `RenderInfo` class within Blockly's blockRendering namespace."],["It represents the total width of a rendered block, encompassing the width of the block itself and any of its child blocks."],["This property's value is a numerical representation of the width, measured in pixels."]]],["The `widthWithChildren` property, found within the `blockRendering.RenderInfo` class, represents the total horizontal width of a rendered block. This width encompasses both the block's own width and the width of any blocks contained within it as children. The property's value is a number.\n"]]