Survei Riset: Ceritakan pengalaman Anda dengan Blockly
Mulai survei
blockly > Blokir > outputShape_
Properti block.outputShape_
Tanda Tangan:
protected outputShape_: number | null;
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-08-22 UTC.
[null,null,["Terakhir diperbarui pada 2024-08-22 UTC."],[[["`outputShape_` is a protected property of the `Block` class in Blockly that stores the shape of the block's output connection."],["It is represented by a number or `null` if the block does not have an output connection."]]],["The `Block.outputShape_` property, a protected member, is defined within the Blockly Block class. Its type is either a number or `null`. This property likely represents the shape of a block's output connection in Blockly's visual programming interface, where a `null` value suggests no specific shape is defined.\n"]]