با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
blockly > blockRendering > Renderer > getClassName
متد blockRendering.Renderer.getClassName().
نام کلاسی را میگیرد که این رندر را مشخص میکند.
امضا:
getClassName(): string;
برمی گرداند:
رشته
نام کلاس CSS
،
blockly > blockRendering > Renderer > getClassName
متد blockRendering.Renderer.getClassName().
نام کلاسی را میگیرد که این رندر را مشخص میکند.
امضا:
getClassName(): string;
برمی گرداند:
رشته
نام کلاس CSS
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-24 بهوقت ساعت هماهنگ جهانی."],[[["The `blockRendering.Renderer.getClassName()` method retrieves the CSS class name associated with a specific renderer."],["This method returns a string representing the CSS class name, allowing for styling and identification of rendered blocks."]]],["The `getClassName` method, part of the `blockRendering.Renderer` class, retrieves a string representing the CSS class name associated with a specific renderer. This method, when called, returns a string value that serves as the unique identifier for the renderer's CSS class. The method signature is `getClassName(): string;`.\n"]]