Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
blockly > serileştirme > prosedürler > ParameterState
serileştirme.procedures.parameterState arayüzü
Bir parametre modelinin durumunu gösterir.
İmza:
export interface ParameterState
Özellikler
Özellik |
Değiştiriciler |
Tür |
Açıklama |
id |
|
dize |
|
name |
|
dize |
|
tür? |
|
dize[] |
(İsteğe bağlı) |
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-09-12 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-09-12 UTC."],[[["The `ParameterState` interface represents the state of a parameter model within Blockly's serialization procedures."],["This interface includes properties for the parameter's ID, name, and optionally, its types."],["`ParameterState` is used in Blockly's serialization process for procedures, ensuring accurate representation of parameter information."]]],["The `ParameterState` interface defines the state of a parameter model. It includes three properties: `id`, which is a string; `name`, also a string; and `types`, an optional array of strings. These properties capture the essential information about a parameter, including its unique identifier, name, and potentially its data types.\n"]]