Değişkenin adı. Bu ad, değişkenler ve prosedürler genelinde benzersiz olmalıdır.
opt_type
string | null
(İsteğe bağlı) Değişkenin türü ("int" veya "string" gibi). Benzersiz olması gerekmez. Field_variable, değişkenleri türlerine göre filtreleyebilir. Bu, varsayılan olarak belirli bir tür olan "'" olur.
opt_id
string | null
(İsteğe bağlı) Değişkenin benzersiz kimliği. Bu, varsayılan olarak bir UUID olur.
[[["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: 2025-07-25 UTC."],[[["The `createVariable()` method creates a new variable within the Blockly Workspace with a specified name, optional type, and ID."],["Variable names must be unique, while types can be shared and are used for filtering; IDs are auto-generated if not provided."],["The method returns a `VariableModel` object representing the newly created variable, allowing further manipulation."]]],[]]