調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >blockRendering >SpacerRow
blockRendering.SpacerRow クラス
2 行間のスペーサーに関する情報を含むオブジェクト。
署名:
export declare class SpacerRow extends Row
拡張: Row
コンストラクタ
プロパティ
メソッド
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-29 UTC。
[null,null,["最終更新日 2024-08-29 UTC。"],[[["`SpacerRow` is a class in Blockly's block rendering system that represents the space between two rows of blocks."],["It inherits properties and methods from the `Row` class and adds specific functionalities for managing spacer elements."],["`SpacerRow` objects store information like height, width, and whether they precede or follow a statement block."],["Key properties include `elements`, `followsStatement`, `height`, `precedesStatement`, `width`, and `widthWithConnectedBlocks`."],["The `measure()` method is used to calculate and adjust the dimensions of the spacer row within the block layout."]]],[]]