blockly > Blok > setOutputShape
Block.setOutputShape() yöntemi
Bloğun çıkış şeklini ayarlayın.
İmza:
setOutputShape(outputShape: number | null): void;
Parametreler
Parametre |
Tür |
Açıklama |
outputShape |
number | null |
Çıkış şeklini temsil eden değer. |
İadeler:
geçersiz
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-11-30 UTC.
[null,null,["Son güncelleme tarihi: 2024-11-30 UTC."],[[["The `setOutputShape` method allows you to define the shape of the output connection for a Blockly block."],["It accepts a single parameter, `outputShape`, which can be a number representing a specific shape or null for no output."],["Calling this method modifies the block's visual appearance and connection compatibility with other blocks."]]],[]]