Survei Riset: Ceritakan pengalaman Anda dengan Blockly
Mulai survei
blockly > geras > Panel samping > positionExternalValueConnection_
Metode geras.Side.positionExternalValueConnection_()
Tanda Tangan:
positionExternalValueConnection_(row: Row): void;
Parameter
Parameter |
Jenis |
Deskripsi |
baris |
Baris |
|
Hasil:
void
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-29 UTC.
[null,null,["Terakhir diperbarui pada 2024-08-29 UTC."],[[["This method is part of the `geras.Drawer` class within the Blockly library's `geras` namespace."],["Its primary function is to position the external value connection associated with a specific row within a rendered block."],["It takes a `Row` object as input, which represents the row containing the connection to be positioned."],["The method modifies the connection's position directly, without returning any explicit value."]]],["The `positionExternalValueConnection_` method within the `geras.Drawer` class accepts a `Row` object as a parameter. This method's purpose, as indicated by its name, is to position an external value connection within a row. The method does not return any value (void). Its functionality is crucial for the layout and connection rendering of blocks within the Blockly Geras renderer.\n"]]