View Source Ecspanse.Event.ComponentCreated (ECSpanse v0.1.1)

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

See a working example in the tutorial

Summary

Types

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