Survei Riset: Ceritakan pengalaman Anda dengan Blockly
Mulai survei
blockly > IMovable > isMovable
Metode IMovable.isMovable()
Ketahui apakah file dapat dipindahkan atau tidak.
Tanda Tangan:
isMovable(): boolean;
Hasil:
boolean
True jika dapat dipindahkan.
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-08-22 UTC.
[null,null,["Terakhir diperbarui pada 2024-08-22 UTC."],[[["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"]]