blockly > blockRendering > InRowSpacer
کلاس blockRendering.InRowSpacer
یک شی حاوی اطلاعات در مورد فاصله بین دو عنصر در یک ردیف.
امضا:
export declare class InRowSpacer extends Measurable
بسط می دهد: قابل اندازه گیری
سازندگان
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-01-04 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-01-04 بهوقت ساعت هماهنگ جهانی."],[[["`InRowSpacer` objects store information about the space between elements in a row within Blockly's block rendering system."],["This class extends `Measurable`, allowing it to define and manage the spacer's dimensions (specifically width)."],["`InRowSpacer` instances are created using a constructor that takes rendering constants and the spacer's width as arguments."]]],["The `InRowSpacer` class, part of the `blockRendering` namespace, represents a spacer between elements on a row. It extends the `Measurable` class. Its primary function is to hold information about this spacing. A new `InRowSpacer` instance is created using the constructor, which takes `constants` and `width` as parameters. It is used to define and manage spacing in a block layout.\n"]]