View Source Lightning.Collections.Item (Lightning v2.10.4)

A key value entry of a collection bound to a project.

Summary

Types

@type t() :: %Lightning.Collections.Item{
  __meta__: term(),
  collection: term(),
  collection_id: Ecto.UUID.t(),
  inserted_at: DateTime.t(),
  key: String.t(),
  updated_at: DateTime.t(),
  value: String.t()
}