isDraggable() function
Returns whether the given object is an IDraggable or not.
Signature:
export declare function isDraggable(obj: any): obj is IDraggable;
Parameters
Parameter | Type | Description |
|---|---|---|
obj | any |
Returns:
obj is IDraggable
Returns whether the given object is an IDraggable or not.
Signature:
export declare function isDraggable(obj: any): obj is IDraggable;
Parameter | Type | Description |
|---|---|---|
obj | any |
Returns:
obj is IDraggable