แบบสำรวจการวิจัย: บอกให้เราทราบเกี่ยวกับประสบการณ์การใช้งาน Blockly
เริ่มแบบสำรวจ
blockly > VariableModel
คลาสโมเดลตัวแปร
คลาสสำหรับโมเดลตัวแปร เก็บข้อมูลสำหรับตัวแปร เช่น ชื่อ รหัส และประเภท
ลายเซ็น:
export declare class VariableModel
ผู้ผลิต
พร็อพเพอร์ตี้
เมธอด
วิธีการ |
คีย์ตัวปรับแต่ง |
คำอธิบาย |
getId() |
|
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-08-22 UTC
[null,null,["อัปเดตล่าสุด 2024-08-22 UTC"],[[["The `VariableModel` class stores information about a variable, including its name, ID, and type."],["It has a constructor to create new instances and methods to manage its properties."],["Key properties include `name`, `type`, and the `workspace` it belongs to."],["You can access the variable's unique identifier with the `getId()` method."]]],[]]