با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
blockly > inputs > EndRowInput
نمایانگر ورودی یک بلوک است که همیشه آخرین ورودی در ردیف است. هر ورودی زیر در ردیف بعدی نمایش داده می شود، حتی اگر بلوک ورودی های درون خطی داشته باشد. هر کاراکتر خط جدید در پیام تعریف بلوک JSON به طور خودکار به عنوان ورودی ردیف پایانی تجزیه می شود.
امضا:
export declare class EndRowInput extends Input
بسط می دهد: ورودی
سازندگان
خواص
اموال | اصلاح کننده ها | تایپ کنید | توضیحات |
---|
نام | | رشته | |
نوع | readonly | (اعلام نشده) | |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز 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 بهوقت ساعت هماهنگ جهانی."],[[["`EndRowInput` in Blockly forces the subsequent input to render on a new row, ensuring clear visual separation."],["It inherits from the `Input` class and is automatically created when a newline character is present in a block's JSON definition message."],["Primarily used for organizing block inputs and enhancing readability, especially in complex blocks."]]],["The `EndRowInput` class, extending the `Input` class, represents a block input that forces subsequent inputs to render on a new row. This occurs even if the block has inline inputs. A newline character within a JSON block definition's message is automatically interpreted as an end-row input. The class has a constructor and includes `name` and `type` properties. `name` is of string type. `type` is read only.\n"]]