prestige v1.0.1 Prestige.ColumnDefinition View Source

Struct to hold a single column definition

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Prestige.ColumnDefinition{
  name: String.t(),
  sub_columns: [t()],
  sub_type: String.t(),
  type: String.t()
}

Link to this section Functions