تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
blockly > حظر > appendValueInput
تُستخدَم لإلحاق صف إدخال قيمة.
Signature:
appendValueInput(name: string): Input;
المعلمات
المعلمة |
النوع |
الوصف |
الاسم |
سلسلة |
معرّف محايد اللغة قد يتم استخدامه للعثور على الإدخال هذا مرة أخرى. يجب أن يكون فريدًا لهذا الجزء. |
المرتجعات:
الإدخال
تم إنشاء كائن الإدخال.
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["The `appendValueInput()` method adds a new value input row to a Blockly block."],["This method requires a unique `name` parameter to identify the input and returns an `Input` object representing the created input."],["Developers can use the `name` to later access and manipulate this specific input within the block's structure."]]],["The `Block.appendValueInput()` method adds a new value input row to a block. It takes a single parameter, `name`, which is a unique, language-neutral string identifier for the input. This method returns an `Input` object that represents the newly created input. The `name` parameter allows for later retrieval of this specific input within the block.\n"]]