Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
blockly > constants
sabit değer ad alanı
Değişkenler
Değişken |
Açıklama |
COLLAPSED_FIELD_NAME |
Daraltılmış alana verilen dil duyarsız kimlik. |
COLLAPSED_INPUT_NAME |
Daraltılmış girişe verilen dilsiz kimlik. |
MANUALLY_DISABLED |
Engellemenin devre dışı bırakılmasının nedeni, kullanıcının bunu manuel olarak devre dışı bırakması (ör. içerik menüsü) için kullanılan dilsiz kimliktir. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-05-20 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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"]]