# `ToonEx.Btoon.ObjectTable.Column`
[🔗](https://github.com/ohhi-vn/toon_ex/blob/v1.6.0/lib/toon_ex/btoon/types.ex#L210)

A single column definition of an `Btoon.ObjectTable`.

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
