با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
blockly > blockRendering > Drawer > drawValueInput_
برای ورودی مقدار خارجی، مراحلی را اضافه کنید که به صورت یک بریدگی در کنار بلوک ارائه شده است.
امضا:
protected drawValueInput_(row: Row): void;
پارامترها
پارامتر | تایپ کنید | توضیحات |
---|
ردیف | ردیف | ردیفی که این ورودی به آن تعلق دارد. |
برمیگرداند:
باطل
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-01-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"]],["تاریخ آخرین بهروزرسانی 2025-01-12 بهوقت ساعت هماهنگ جهانی."],[[["The `drawValueInput_` method is used within the Blockly block rendering process to visually represent external value inputs as notches on the block's side."],["This method is part of the `blockRendering.Drawer` class and is called internally during block rendering, accepting a `Row` object defining the input's position."],["It focuses solely on the visual representation of the input and does not handle the logic or data associated with the input itself."]]],[]]