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:
deleted
status is true
can be edited.deleted
status is false
will not be displayed if the element has been set to Hide.