با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
blockly > inputs > EndRowInput > (سازنده)
یک نمونه جدید از کلاس EndRowInput
می سازد
امضا:
constructor(name: string, block: Block);
پارامترها
پارامتر | تایپ کنید | توضیحات |
---|
نام | رشته | شناسه خنثی زبان که ممکن است برای یافتن مجدد این ورودی استفاده شود. |
مسدود کردن | مسدود کردن | بلوک حاوی این ورودی. |
،
blockly > inputs > EndRowInput > (سازنده)
یک نمونه جدید از کلاس EndRowInput
می سازد
امضا:
constructor(name: string, block: Block);
پارامترها
پارامتر | تایپ کنید | توضیحات |
---|
نام | رشته | شناسه خنثی زبان که ممکن است برای یافتن مجدد این ورودی استفاده شود. |
مسدود کردن | مسدود کردن | بلوک حاوی این ورودی. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-11-14 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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"]],["تاریخ آخرین بهروزرسانی 2024-11-14 بهوقت ساعت هماهنگ جهانی."],[[["Constructs a new `EndRowInput` object, which forces the next input to be rendered on a new line in the Blockly editor."],["Requires a `name` for identification and the parent `block` object during creation."],["The `name` parameter is a language-neutral identifier used to reference this specific input."]]],["The `EndRowInput` class constructor creates a new `EndRowInput` instance. It requires two parameters: `name`, a string serving as a language-neutral identifier for the input, and `block`, a `Block` object representing the block that contains this input. This constructor is responsible for setting up a new input within a specific block, using the provided name for identification.\n"]]