View Source Passbook.LowerLevel.Field (Passbook v0.1.4)

Keys, used at the lowest level of the pass.json file, that define an individual field.

Link to this section Summary

Link to this section Types

@type data_detector_types() :: :phone_number | :link | :address | :calendar_event
@type t() :: %Passbook.LowerLevel.Field{
  attributed_value: String.t() | nil,
  change_message: String.t() | nil,
  data_detector_types: data_detector_types() | nil,
  key: String.t(),
  label: String.t() | nil,
  text_alignment: text_alignment() | nil,
  value: String.t()
}
@type text_alignment() :: :left | :center | :right | :natural