調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >geras >RenderInfo >getInRowSpacing_
geras.RenderInfo.getInRowSpacing_() メソッド
署名:
getInRowSpacing_(prev: Measurable | null, next: Measurable | null): number;
パラメータ
戻り値:
数値
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-21 UTC。
[null,null,["最終更新日 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."]]],[]]