blockly > blockRendering > ExternalValueInput > (أداة الإنشاء)
إنشاء مثيل جديد لفئة ExternalValueInput
Signature:
constructor(constants: ConstantProvider, input: Input);
المعلمات
المعلمة |
النوع |
الوصف |
الثوابت |
ConstantProvider |
موفِّر ثوابت العرض. |
مصدر الإدخال |
الإدخال |
إدخال القيمة الخارجية لقياس المعلومات وتخزينها. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-10-15 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-10-15 (حسب التوقيت العالمي المتفَّق عليه)"],[[["This documentation details the constructor for the `ExternalValueInput` class within Blockly's block rendering system."],["The constructor initializes a new `ExternalValueInput` object using rendering constants and information from a given external value input."],["The primary purpose of this class is to facilitate the measurement and storage of information related to external value inputs for rendering purposes."]]],["The `ExternalValueInput` class is instantiated using a constructor that requires two parameters: `constants` and `input`. The `constants` parameter is a `ConstantProvider` instance responsible for providing rendering constants. The `input` parameter represents the external value input that will be measured and have its information stored during the instantiation. This process creates a new instance of the `ExternalValueInput` class.\n"]]