調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >blockRendering >BottomRow >endsWithElemSpacer
blockRendering.BottomRow.endsWithElemSpacer() メソッド
署名:
endsWithElemSpacer(): boolean;
戻り値:
ブール値
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-14 UTC。
[null,null,["最終更新日 2024-10-14 UTC。"],[[["The `blockRendering.BottomRow.endsWithElemSpacer()` method is part of Blockly's block rendering system and specifically deals with the bottom row of a block."],["This method is used to determine if the bottom row of a block ends with an \"element spacer,\" which is likely related to the visual layout and spacing of the block elements."],["It returns `true` if the bottom row concludes with an element spacer, and `false` otherwise, providing information for block rendering logic."]]],[]]