रिसर्च सर्वे: Blockly के साथ अपने अनुभव के बारे में हमें बताएं
सर्वे शुरू करें
blockly > IVariableBackedParameterModel
IVariableBackedParameterModel इंटरफ़ेस
वैरिएबल मॉडल रखने वाले पैरामीटर मॉडल के लिए इंटरफ़ेस.
हस्ताक्षर:
export interface IVariableBackedParameterModel extends IParameterModel
एक्सट्रैक्ट करता है: IParameterModel
तरीके
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-10-15 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-10-15 (UTC) को अपडेट किया गया."],[[["The `IVariableBackedParameterModel` interface defines a parameter model that incorporates a variable model."],["It extends the `IParameterModel` interface and provides a method to access the associated variable model."],["This interface is used within the Blockly library, specifically for procedures."]]],["The `IVariableBackedParameterModel` interface extends the `IParameterModel` interface and is designed for parameter models that contain a variable model. It provides one key method: `getVariableModel()`. This method allows you to retrieve the specific variable model that is being held or associated with the given parameter model. This interface is specifically used to manage parameters which are backed by a model representing a variable.\n"]]