blockly > VariableMap
کلاس VariableMap
کلاس برای یک نقشه متغیر. این شامل یک ساختار داده فرهنگ لغت با انواع متغیر به عنوان کلید و لیستی از متغیرها به عنوان مقادیر است. لیست متغیرها از نوع مشخص شده با کلید هستند.
امضا:
export declare class VariableMap
سازندگان
خواص
روش ها
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-11-11 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-11-11 بهوقت ساعت هماهنگ جهانی."],[[["The `VariableMap` class manages variables within a Blockly workspace, storing them in a dictionary-like structure organized by type."],["It provides methods for creating, deleting, renaming, and retrieving variables, as well as for finding their uses within the workspace."],["`VariableMap` also allows clearing all variables and obtaining lists of variables based on type or name."],["Each variable is associated with a name, type, and unique ID, which are used for identification and management purposes."]]],[]]