blockly > serializacja > priorytety
przestrzeń nazw serialization.priorities
Zmienne
Zmienna |
Opis |
BLOKADY |
Priorytet deserializacji bloków. |
PROCEDURY |
Priorytet deserializacji danych zmiennych. |
ZMIENNE |
Priorytet deserializacji zmiennych. |
WORKSPACE_COMMENTS |
Priorytet deserializacji komentarzy w obszarze roboczym. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-05-20 UTC.
[null,null,["Ostatnia aktualizacja: 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."]]],[]]