Formex v0.6.7 Formex.FormNested

form
|> add(:user_info, :nested, type: App.UserInfoType, struct_module: App.UserInfo)

Options

  • type - module that implements Formex.Type. Required
  • struct_module - module of struct, e.g. App.UserInfo

Summary

Types

t()
t() :: %Formex.FormNested{form: term, name: term, opts: term, struct_module: term, struct_name: term, type: term, validation: term}