Polarex.CustomFieldDateProperties (Polarex v0.2.0)

View Source

Provides struct and type for a CustomFieldDateProperties

Summary

Types

t()

@type t() :: %Polarex.CustomFieldDateProperties{
  form_help_text: String.t() | nil,
  form_label: String.t() | nil,
  form_placeholder: String.t() | nil,
  ge: integer() | nil,
  le: integer() | nil
}