blockly > isSelectable

isSelectable() 函式

檢查指定物件是否為 ISelectable。

Signature:

export declare function isSelectable(obj: any): obj is ISelectable;

參數

參數 類型 說明
obj 不限

傳回:

obj 是 ISelectable