Options
All
  • Public
  • Public/Protected
  • All
Menu

State for an entity. This is used for storing entity undo snapshot

Hierarchy

  • EntityState

Index

Properties

Properties

id

id: string

Id of the entity

state

state: string

The state of this entity to store into undo snapshot. The state can be any string, or a serialized JSON object. We are using string here instead of a JSON object to make sure the whole state is serializable.

type

type: string

Type of the entity

Generated using TypeDoc