blockly > constants
przestrzeń nazw stałych
Zmienne
Zmienna |
Opis |
COLLAPSED_FIELD_NAME |
Identyfikator neutralny od języka podany zwiniętemu polu. |
COLLAPSED_INPUT_NAME |
Identyfikator neutralny od języka przypisany do zwiniętych danych wejściowych. |
MANUALLY_DISABLED |
Identyfikator neutralny od języka używany w przypadku wyłączenia blokowania, gdy użytkownik wyłączył je ręcznie, np. w menu kontekstowym. |
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 `constants` namespace in Blockly primarily houses language-neutral identifiers for various elements like collapsed fields and inputs."],["This namespace includes variables such as `COLLAPSED_FIELD_NAME`, `COLLAPSED_INPUT_NAME`, and `MANUALLY_DISABLED` to represent specific states or components."],["These constants help ensure consistency and facilitate language translations within the Blockly framework."]]],["The `constants` namespace in Blockly defines language-neutral identifiers for specific elements and states within the platform. `COLLAPSED_FIELD_NAME` and `COLLAPSED_INPUT_NAME` are IDs for collapsed block fields and inputs, respectively. `MANUALLY_DISABLED` is an ID indicating a block has been disabled by user interaction, such as through a context menu action. These identifiers provide consistent terminology across different languages.\n"]]