Home > blockly > isSelectable
isSelectable() function
Checks whether the given object is an ISelectable.
Signature:
export declare function isSelectable(obj: any): obj is ISelectable;
Parameters
| Parameter | Type | Description |
|---|---|---|
| obj | any |
Returns:
obj is ISelectable