تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
blockly > الإدخالات > EndRowInput
يمثل هذا الحقل إدخالاً في مجموعة يكون دائمًا آخر إدخال في الصف. سيتم عرض أي إدخال تالٍ في الصف التالي حتى إذا كانت القطعة تحتوي على مدخلات مضمّنة. سيتم تلقائيًا تحليل أي حرف جديد في رسالة تعريف مجموعة JSON كإدخال في صف النهاية.
Signature:
export declare class EndRowInput extends Input
تمديدات: الإدخال
الشركات المصنِّعة
أماكن إقامة
الموقع |
مفاتيح التعديل |
النوع |
الوصف |
name |
|
سلسلة |
|
النوع |
readonly |
(غير مذكور في البيان) |
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-09-12 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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-09-12 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`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"]]