با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
blockly > blockRendering > Row > endsWithElemSpacer
متد ()blockRendering.Row.endsWithElemSpacer
تعیین میکند که آیا این ردیف باید با فاصلهگر عنصر ختم شود.
امضا:
endsWithElemSpacer(): boolean;
برمی گرداند:
بولی
اینکه آیا ردیف باید با فاصلهگذار تمام شود یا خیر.
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-01-04 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-01-04 بهوقت ساعت هماهنگ جهانی."],[[["The `endsWithElemSpacer()` method is part of Blockly's block rendering system and specifically belongs to the `blockRendering.Row` class."],["This method is used to determine if a row in a rendered block should conclude with an element spacer, influencing the visual layout of the block."],["The method returns a boolean value (`true` or `false`) indicating whether an element spacer is required at the end of the row."]]],["The `endsWithElemSpacer()` method, part of the `blockRendering.Row` class, checks if a row in a block rendering should conclude with an element spacer. It returns a boolean value indicating whether a spacer should be placed at the end of the row. The method's primary function is to determine the presence of a trailing spacer within the row's rendering.\n"]]