View Source Tablex.Variable (tablex v0.1.1-alpha.3)

Link to this section Summary

Link to this section Types

@type t() :: %Tablex.Variable{
  desc: String.t(),
  label: String.t(),
  name: atom(),
  path: [atom()],
  type: :undefined | var_type()
}
@type var_type() :: :integer | :float | :number | :string | :bool