סקר מחקר: נשמח לשמוע על החוויה שלך עם Blockly
לפתיחת הסקר
blockly > serialization > עדיפות
מרחב שמות סידורי
משתנים
משתנה |
תיאור |
חסימות |
העדיפות להפיכת בלוקים לברירת המחדל. |
הליכים |
העדיפות לביצוע deserialize של נתוני משתנים. |
משתנים |
העדיפות של deserialization למשתנים. |
WORKSPACE_COMMENTS |
העדיפות של העברת התגובות ב-Workspace לנטרול. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-05-20 (שעון UTC).
[null,null,["עדכון אחרון: 2024-05-20 (שעון UTC)."],[[["The `serialization.priorities` namespace in Blockly manages the order in which different workspace elements like blocks, variables, procedures, and workspace comments are deserialized."],["This namespace provides specific variables, namely `BLOCKS`, `PROCEDURES`, `VARIABLES`, and `WORKSPACE_COMMENTS`, each representing the priority for deserializing their respective element types."],["By assigning priorities, Blockly ensures that essential workspace components are loaded in a specific order during deserialization, maintaining workspace integrity."]]],["The `serialization.priorities` namespace defines the order of deserialization for different elements in a Blockly workspace. The key variables are: `BLOCKS`, `PROCEDURES`, `VARIABLES`, and `WORKSPACE_COMMENTS`. Each variable represents a distinct element type and its corresponding deserialization priority. Specifically, `BLOCKS` dictates the block priority, `PROCEDURES` handles variable data, `VARIABLES` manages variables, and `WORKSPACE_COMMENTS` determines the priority of comments within the workspace.\n"]]