TypeDB.Concept.Attribute (TypeDB v0.2.0)

Copy Markdown View Source

An attribute instance: an owned value with an identity.

Summary

Types

t()

@type t() :: %TypeDB.Concept.Attribute{
  iid: String.t(),
  type: TypeDB.Concept.AttributeType.t() | nil,
  value: term(),
  value_type: String.t()
}