Blockly 已於 2025 年 11 月 10 日移交給 Raspberry Pi Foundation!請參閱網誌文章和常見問題。
Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
blockly > isCopyable
isCopyable() 函式
Signature:
export declare function isCopyable(obj: any): obj is ICopyable<ICopyData>;
參數
傳回:
obj 是 ICopyable<ICopyData>
如果指定物件為 ICopyable,則為 true。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[],["The `isCopyable()` function determines if an object can be copied. It accepts any object (`obj`) as a parameter. The function returns a boolean value, specifically `true` if the input object implements the `ICopyable` interface with `ICopyData`, indicating it supports copying. Otherwise it returns false. The function signature and the parameter type are defined.\n"]]