แบบสำรวจการวิจัย: บอกให้เราทราบเกี่ยวกับประสบการณ์การใช้งาน Blockly
เริ่มแบบสำรวจ
blockly > FieldDropdown > createTextArrow_
เมธอด FieldDropdown.createTextArrow_()
สร้างลูกศรที่อิงตาม tspan
ลายเซ็น:
protected createTextArrow_(): void;
การคืนสินค้า:
เป็นโมฆะ
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-09-09 UTC
[null,null,["อัปเดตล่าสุด 2024-09-09 UTC"],[[["`createTextArrow_` is a protected method within the `FieldDropdown` class used to generate a visual arrow element."],["This method utilizes 'tspan' to construct the arrow shape and does not return any value."],["The primary function of this method is to create a dropdown arrow icon for the `FieldDropdown` element within the Blockly library."]]],["The `createTextArrow_()` method, part of the `FieldDropdown` class, is responsible for creating a text-based arrow. This method, denoted as `protected`, does not accept any arguments and returns nothing (`void`). Its sole function is to generate a `tspan` element that represents an arrow within the dropdown field.\n"]]