แบบสำรวจการวิจัย: บอกให้เราทราบเกี่ยวกับประสบการณ์การใช้งาน Blockly
เริ่มแบบสำรวจ
blockly > blockRendering > MarkerSvg > showWithPrevious_
เมธอด blockRendering.MarkerSvg.showWithPrevious_()
วางตำแหน่งและแสดงเครื่องหมายสำหรับการเชื่อมต่อก่อนหน้า
ลายเซ็น:
protected showWithPrevious_(curNode: ASTNode): void;
พารามิเตอร์
พารามิเตอร์ |
ประเภท |
คำอธิบาย |
curNode |
ASTNode |
โหนดที่จะวาดเครื่องหมาย |
การคืนสินค้า:
เป็นโมฆะ
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-08-21 UTC
[null,null,["อัปเดตล่าสุด 2024-08-21 UTC"],[[["The `blockRendering.MarkerSvg.showWithPrevious_()` method is used to visually represent a previous connection on a block within Blockly's rendering system."],["It positions and displays a marker, typically an arrow or notch, indicating where another block can connect to the current block's previous connection point."],["This method accepts a single argument, `curNode`, which represents the Abstract Syntax Tree (AST) node associated with the block being rendered, providing context for the marker's placement."],["The method operates within the `blockRendering.MarkerSvg` class and is designated as protected, suggesting it's primarily intended for internal use within the Blockly rendering system."]]],[]]