deleted


deletedbooleanRead-only

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:

  • An element whose deleted status is true can be edited.
  • In Editor X, an element whose deleted status is false will not be displayed if the element has been set to "Don't Display".
Was this helpful?
Yes
No