با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
blockly > بلوک ها
متغیر بلوک
نقشه برداری از نام های نوع بلوک برای مسدود کردن اشیاء نمونه اولیه.
امضا:
Blocks: {
[key: string]: BlockDefinition;
}
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-11-13 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2024-11-13 بهوقت ساعت هماهنگ جهانی."],[[["`Blocks` is a dictionary that stores block definitions, associating each block type name with its corresponding prototype object."],["This mapping allows Blockly to access and manage various block types efficiently during workspace operations."]]],["The provided content defines the \"Blocks\" variable within a programming context, likely related to Blockly. It's a dictionary-like structure that maps block type names (represented as strings) to their corresponding block prototype objects. Each block prototype, defined as `BlockDefinition`, holds the configuration and behavior specifications for that specific block type. This mapping is essential for managing and accessing different types of blocks in the system.\n"]]