با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
blockly > نظرات > WorkspaceComment > isEditable
با توجه به اینکه فضای کاری فقط خواندنی است یا خیر، باز می گرداند که آیا نظر قابل ویرایش است یا نه.
امضا:
isEditable(): boolean;
برمی گرداند:
بولی
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز 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 بهوقت ساعت هماهنگ جهانی."],[[["This method checks if a WorkspaceComment is editable, taking into account the read-only state of the workspace."],["It returns `true` if the comment can be edited, and `false` otherwise."],["`isEditable()` is a method of the `WorkspaceComment` class within the `comments` namespace of Blockly."]]],["The `isEditable()` method, part of the `WorkspaceComment` class within the `comments` namespace, determines a comment's editability status. It checks if the comment can be modified, taking into account the read-only state of the workspace it belongs to. The method returns a boolean value, `true` if editable, `false` otherwise. This method is used to know if the comment is modifiable by the user.\n"]]