تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
blockly > التعليقات > WorkspaceComment > isOwnMovable
يعرض ما إذا كان التعليق قابلاً للنقل أم لا، مع فحص حالته الخاصة وتجاهل حالة مساحة العمل فقط.
Signature:
isOwnMovable(): boolean;
المرتجعات:
منطقي
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-28 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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-28 (حسب التوقيت العالمي المتفَّق عليه)"],[[["The `isOwnMovable()` method, belonging to the `WorkspaceComment` class in Blockly's `comments` namespace, determines if a comment can be moved based solely on its own properties."],["This method disregards the workspace's state and returns `true` if the comment is movable, otherwise `false`."]]],["The `isOwnMovable()` method, part of the `WorkspaceComment` class, determines if a comment is movable. It directly checks the comment's internal state, disregarding the workspace's status. The method outputs a boolean value, `true` if the comment is movable, and `false` otherwise. It does not modify or change any attribute. It only examines the comment.\n"]]