Polarex.CustomFieldSelectProperties (Polarex v0.2.1)

View Source

Provides struct and type for a CustomFieldSelectProperties

Summary

Types

t()

@type t() :: %Polarex.CustomFieldSelectProperties{
  form_help_text: String.t() | nil,
  form_label: String.t() | nil,
  form_placeholder: String.t() | nil,
  options: [Polarex.CustomFieldSelectOption.t()]
}