با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
blockly > utils > dom > stopTextWidthCache
تابع utils.dom.stopTextWidthCache().
کش کردن عرض فیلد را متوقف کنید. مگر اینکه در زمان برقراری تماس مربوطه با startTextWidthCache، ذخیره کش قبلاً فعال بوده باشد.
امضا:
export declare function stopTextWidthCache(): void;
برمی گرداند:
باطل
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-07-25 بهوقت ساعت هماهنگ جهانی."],[[["`stopTextWidthCache()` function stops the caching of field widths, used for performance optimization in Blockly."],["This function has no effect if caching was already disabled before the corresponding `startTextWidthCache` call."],["The function does not return any value (void)."]]],["The `stopTextWidthCache()` function within the `utils.dom` namespace halts the caching of field widths. This action is conditional; it only stops caching if caching was active when `startTextWidthCache` was previously called. The function does not return any value. Its primary action is to toggle off the text width caching mechanism.\n"]]