Function: isDeletable()
function isDeletable(obj): obj is IDeletable;
Defined in: packages/blockly/core/interfaces/i_deletable.ts:28
Returns whether the given object is an IDeletable.
Parameters
| Parameter | Type |
|---|---|
obj | any |
Returns
obj is IDeletable
function isDeletable(obj): obj is IDeletable;
Defined in: packages/blockly/core/interfaces/i_deletable.ts:28
Returns whether the given object is an IDeletable.
| Parameter | Type |
|---|---|
obj | any |
obj is IDeletable