Indicates if an element was temporarily deleted from the DOM. Use the restore function to restore the deleted element.
If deleted is true, the element is not in the current DOM.
If deleted is false the element is in the current DOM.
Notes: