View Source AshPyro.Extensions.Resource.Form.FieldGroup (AshPyro v0.1.0)

A group of form fields in the AshPyro.Extensions.Resource extension.

Summary

Types

@type t() :: %AshPyro.Extensions.Resource.Form.FieldGroup{
  class: String.t(),
  fields: [AshPyro.Extensions.Resource.Form.Field.t()],
  label: String.t(),
  name: String.t(),
  path: [atom()]
}

Functions