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