blockly > geras > أداة تمييز > drawValueInput
إضافة تمييز على إدخال قيمة.
Signature:
drawValueInput(row: Row): void;
المعلمات
المعلمة |
النوع |
الوصف |
الصف |
الصف |
الصف الذي ينتمي إليه الإدخال |
المرتجعات:
فراغ
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-08-22 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-08-22 (حسب التوقيت العالمي المتفَّق عليه)"],[[["The `geras.Highlighter.drawValueInput()` method adds a highlight to a value input within a Blockly block."],["This method takes a `Row` object as input, which specifies the location of the value input to be highlighted."],["Calling `drawValueInput()` with the relevant row information visually distinguishes the targeted value input within the block."]]],["The `drawValueInput` method, part of the `geras.Highlighter` class, adds a highlight to a value input. It takes a single parameter, `row`, which is of type `Row` and specifies the row to which the input belongs. The method's purpose is to visually emphasize a value input within a block. The method does not return any value.\n"]]