با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
blockly > blockRendering > Drawer > positionExternalValueConnection_
متد blockRendering.Drawer.positionExternalValueConnection_().
با در نظر گرفتن RTL و شکاف کوچک بین بلوک والد و بلوک فرزند که به مسیر تاریک بلوک والد اجازه می دهد تا از طریق آن نمایان شود، اتصال را روی یک ورودی مقدار خارجی قرار دهید.
امضا:
protected positionExternalValueConnection_(row: Row): void;
پارامترها
پارامتر | تایپ کنید | توضیحات |
---|
ردیف | ردیف | ردیفی که اتصال در آن است. |
برمی گرداند:
باطل
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-01-07 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-07 بهوقت ساعت هماهنگ جهانی."],[[["This method positions the connection on an external value input within a rendered block."],["It considers right-to-left (RTL) rendering and visual spacing for the connection."],["The positioning is specifically for connections on a given input row of the block."]]],["This method, `positionExternalValueConnection_()`, is responsible for placing a connection on an external value input. It considers right-to-left (RTL) layouts and a small gap between parent and child blocks, which is implemented to reveal the parent block's dark path. The method accepts a `Row` object as input, which represents the row containing the connection. This method returns no values.\n"]]