View Source Pyro.Resource.Form.FieldGroup (Pyro v0.1.1)

A group of form fields in the Pyro.Resource extension.

Link to this section Summary

Link to this section Types

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

Link to this section Functions