IDeletable interface
The interface for an object that can be deleted.
Signature:
export interface IDeletable
Methods
Method | Description |
|---|---|
Disposes of this object, cleaning up any references or DOM elements. | |
Get whether this object is deletable or not. | |
Visually indicates that the object is pending deletion. |