blockly > IMovable > isMovable
طريقة IMovable.isMovable()
تحديد ما إذا كان هذا الملف قابلاً للنقل أم لا.
Signature:
isMovable(): boolean;
المرتجعات:
منطقي
True إذا كان قابلاً للنقل.
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-08-22 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-08-22 (حسب التوقيت العالمي المتفَّق عليه)"],[[["This document describes the `isMovable()` method of the `IMovable` interface in Blockly."],["The `isMovable()` method determines if an object implementing the interface is movable, returning `true` if it is and `false` otherwise."]]],["The `isMovable()` method, part of the `IMovable` interface, determines if an object is movable. It returns a boolean value. If the object can be moved, the method returns `true`; otherwise, it would imply `false`, indicating the object is not movable. The method has no input parameters.\n"]]