با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
blockly > blockRendering > BottomRow > (constructor)
blockRendering.BottomRow.(سازنده)
یک نمونه جدید از کلاس BottomRow
می سازد
امضا:
constructor(constants: ConstantProvider);
پارامترها
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-01-05 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-05 بهوقت ساعت هماهنگ جهانی."],[[["The `BottomRow` class is responsible for rendering the bottom part of a block in Blockly."],["This constructor initializes a new `BottomRow` object using the provided rendering constants."],["The `constants` parameter supplies the necessary values for the `BottomRow` to be rendered correctly."]]],["The `BottomRow` class constructor creates a new `BottomRow` instance. It requires one parameter: `constants`, which is of type `ConstantProvider`. This `ConstantProvider` parameter is responsible for providing the rendering constants necessary for the `BottomRow` object. The constructor's purpose is to initialize a `BottomRow` object using the specified rendering constants.\n"]]