PolarExpress.Schemas.CustomFieldSelectProperties (polar_express v0.1.5)

Copy Markdown View Source

CustomFieldSelectProperties

Summary

Types

t()

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

Functions

schema_name()