blockly > VariableModel
کلاس VariableModel
کلاس برای یک مدل متغیر. اطلاعات متغیر شامل نام، شناسه و نوع را نگه می دارد.
امضا:
export declare class VariableModel
سازندگان
خواص
روش ها
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-11-11 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-11-11 بهوقت ساعت هماهنگ جهانی."],[[["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."]]],[]]