ブロックする >blockRendering >RenderInfo >getInRowSpacing_

blockRendering.RenderInfo.getInRowSpacing_() メソッド

その行の前後の要素に基づいて、行のスペーサー要素の幅を計算します。たとえば、編集可能な 2 つのフィールドの間にパディングが追加されます。

署名:

protected getInRowSpacing_(prev: Measurable | null, next: Measurable | null): number;

パラメータ

パラメータ 説明
前へ Measurable(測定可能) |null スペーサーの前の要素。
次へ Measurable(測定可能) |null スペーサーの後の要素。

戻り値:

数値

2 つの要素の間隔のサイズ。