แบบสำรวจการวิจัย: บอกให้เราทราบเกี่ยวกับประสบการณ์การใช้งาน Blockly
เริ่มแบบสำรวจ
blockly > ประวัติ > ลิ้นชัก > drawStatementInput_
ลายเซ็น:
drawStatementInput_(row: Row): void;
พารามิเตอร์
พารามิเตอร์ |
ประเภท |
คำอธิบาย |
แถว |
แถว |
|
การคืนสินค้า:
เป็นโมฆะ
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-09-20 UTC
[null,null,["อัปเดตล่าสุด 2024-09-20 UTC"],[[["The `geras.Drawer.drawStatementInput_()` method is responsible for rendering the visual representation of a statement input within a Blockly block, utilizing the provided `Row` object for positioning and layout."],["This method takes a single argument, a `Row` object, which encapsulates the necessary information about the statement input's location within the block structure."],["The function does not return any value, as its primary purpose is to modify the visual rendering of the Blockly block directly."]]],["The `drawStatementInput_` method, part of the `geras.Drawer` class, takes a `Row` object as a parameter. This method's purpose is to draw a statement input, and it doesn't return any value, as indicated by the `void` return type. The specific details of how the statement input is rendered are not described in this documentation.\n"]]