# `PolarExpress.Schemas.CustomFieldTextProperties`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/custom_field_text_properties.ex#L2)

CustomFieldTextProperties

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.CustomFieldTextProperties{
  form_help_text: String.t() | nil,
  form_label: String.t() | nil,
  form_placeholder: String.t() | nil,
  max_length: integer() | nil,
  min_length: integer() | nil,
  textarea: boolean() | nil
}
```

* `form_help_text`
* `form_label`
* `form_placeholder`
* `max_length`
* `min_length`
* `textarea`

# `schema_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
