View Source Ecspanse.Event.ComponentDeleted (ECSpanse v0.3.1)

Special framework event triggered automatically when a new component is deleted. Contains the deleted component state struct.

See a working example in the tutorial

Summary

Types

@type t() :: %Ecspanse.Event.ComponentDeleted{
  component: struct(),
  inserted_at: term()
}