वैरिएबल का नाम. यह वैरिएबल और प्रोसेस के लिए यूनीक होना चाहिए.
opt_type
string | null
(ज़रूरी नहीं) वैरिएबल का टाइप, जैसे कि 'int' या 'string'. यह ज़रूरी नहीं है कि यह यूनीक हो. Field_variable, वैरिएबल को उनके टाइप के आधार पर फ़िल्टर कर सकता है. यह डिफ़ॉल्ट रूप से '' पर सेट होगा, जो एक खास टाइप है.
opt_id
string | null
(ज़रूरी नहीं) वैरिएबल का यूनीक आईडी. यह डिफ़ॉल्ट रूप से यूयूआईडी होगा.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 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."]]],[]]