FragmentItem

ceramic.FragmentItem (Typedef)

Defines an entity instance within a fragment. Each FragmentItem describes what type of entity to create and how to configure it with properties and components.

FragmentItems are the building blocks of fragments, allowing data-driven instantiation of any Entity subclass with:

  • Initial property values
  • Component attachments
  • Unique identification
  • Custom metadata