blockly > blockRendering > ExternalValueInput > (kurucu)
ExternalValueInput
sınıfının yeni bir örneğini oluşturur
İmza:
constructor(constants: ConstantProvider, input: Input);
Parametreler
Parametre |
Tür |
Açıklama |
constants |
ConstantProvider |
Oluşturma sabitleri sağlayıcısı. |
giriş |
Giriş |
Bilgilerin ölçülmesi ve depolanması için harici değer girişi. |
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-10-15 UTC.
[null,null,["Son güncelleme tarihi: 2024-10-15 UTC."],[[["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"]]