blockly > geras > RenderInfo > getInRowSpacing_
طريقة geras.RenderInfo.getInRowSpacing_()
Signature:
getInRowSpacing_(prev: Measurable | null, next: Measurable | null): number;
المعلمات
المرتجعات:
الرقم
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-08-21 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-08-21 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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."]]],[]]