blockly > blockRendering > الدرج > drawStatementInput_
أضف خطوات لإدخال العبارة.
Signature:
protected drawStatementInput_(row: Row): void;
المعلمات
المعلمة |
النوع |
الوصف |
الصف |
الصف |
الصف الذي ينتمي إليه هذا الإدخال |
المرتجعات:
فراغ
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-10-15 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-10-15 (حسب التوقيت العالمي المتفَّق عليه)"],[[["The `blockRendering.Drawer.drawStatementInput_()` method is used to visually represent a statement input within a Blockly block."],["This method takes a `Row` object as input, which represents the row within the block where the statement input is located."],["It focuses on adding the necessary visual elements for the statement input, contributing to the overall rendering of the block."],["The method is designated as `protected`, indicating its intended use within the `blockRendering.Drawer` class or its subclasses."]]],[]]