Survei Riset: Ceritakan pengalaman Anda dengan Blockly
Mulai survei
blockly > geras > RenderInfo > getInRowSpacing_
Metode geras.RenderInfo.getInRowSpacing_()
Tanda Tangan:
getInRowSpacing_(prev: Measurable | null, next: Measurable | null): number;
Parameter
Hasil:
angka
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-21 UTC.
[null,null,["Terakhir diperbarui pada 2024-08-21 UTC."],[[["The `geras.RenderInfo.getInRowSpacing_()` method calculates the spacing between two Measurable elements within a row of a block, given the previous and next elements."],["This method takes two optional parameters: `prev` and `next`, representing the preceding and succeeding Measurable objects, respectively, and returns a numerical value for the spacing."],["The returned number by `getInRowSpacing_()` determines the amount of space to insert between the `prev` and `next` elements when rendering a block in the Geras renderer."]]],[]]