blockly > isDeletable

isDeletable() function

Returns whether the given object is an IDeletable.

Signature:

export declare function isDeletable(obj: any): obj is IDeletable;

Parameters

Parameter Type Description
obj any

Returns:

obj is IDeletable