Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents all info of a known entity, including its DOM element, whether it is deleted and if it can be persisted

Hierarchy

  • KnownEntityItem

Index

Properties

Optional canPersist

canPersist: boolean

Whether we want to persist this entity element during undo/redo

element

element: HTMLElement

The HTML element of entity wrapper

Optional isDeleted

isDeleted: boolean

Whether this entity is deleted.

Generated using TypeDoc