Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
blockly > blockRendering > Satır > (kurucu)
blockRendering.Row.(constructor)
Row
sınıfının yeni bir örneğini oluşturur
İmza:
constructor(constants: ConstantProvider);
Parametreler
Parametre |
Tür |
Açıklama |
constants |
ConstantProvider |
Oluşturma sabitleri sağlayıcısı. |
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-08-21 UTC.
[[["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: 2024-08-21 UTC."],[[["The `blockRendering.Row` class represents a horizontal row within a rendered block in Blockly."],["This constructor initializes a new `Row` object using a `ConstantProvider` for rendering settings."]]],["The `Row` class constructor, part of the `blockRendering` namespace, creates a new `Row` instance. It requires one parameter: `constants`, which is of type `ConstantProvider`. This `ConstantProvider` parameter provides the rendering constants needed during the construction of the `Row` object.\n"]]