تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
blockly > الإدخالات > DummyInput > (أداة الإنشاء)
إنشاء مثيل جديد لفئة DummyInput
Signature:
constructor(name: string, block: Block);
المعلمات
المعلمة |
النوع |
الوصف |
الاسم |
سلسلة |
معرّف محايد اللغة قد يتم استخدامه للعثور على الإدخال هذا مرة أخرى. |
صدّ |
حظر |
الجزء الذي يحتوي على هذا الإدخال |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص 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 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Creates a `DummyInput` object, used for spacing and alignment in Blockly blocks."],["Requires a `name` for identification and the `block` it belongs to."],["The `name` is a language-neutral identifier for finding the input later."]]],["The `DummyInput` class constructor creates a new instance. It requires two parameters: `name`, a string representing a language-neutral identifier for later retrieval, and `block`, which is a `Block` object representing the container for this input. These parameters are essential for defining and locating the newly created `DummyInput` within a block structure.\n"]]