blockly > blockRendering > RenderInfo > getMeasureableForConnection
متد blockRendering.RenderInfo.getMeasureableForConnection().
اتصال قابل اندازه گیری مرتبط با اتصال داده شده را برمی گرداند.
امضا:
getMeasureableForConnection(conn: RenderedConnection): Connection | null;
پارامترها
پارامتر | تایپ کنید | توضیحات |
---|
ارتباط | RenderedConnection | |
برمی گرداند:
اتصال | تهی
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-11-13 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-11-13 بهوقت ساعت هماهنگ جهانی."],[[["The `blockRendering.RenderInfo.getMeasureableForConnection()` method retrieves the measurable object linked to a specific connection on a rendered block."],["It takes a `RenderedConnection` as input and returns either a `Connection` object representing the measurable or `null` if none is found."]]],[]]