ToonEx.Btoon.ObjectTable.Column (toon_ex v1.3.1)

Copy Markdown View Source

A single column definition of an Btoon.ObjectTable.

Summary

Types

t()

@type t() :: %ToonEx.Btoon.ObjectTable.Column{
  data: binary(),
  name: String.t(),
  type: ToonEx.Btoon.Types.element_type()
}