EngageSoftware / elm-engage-common / Engage.Form.Account

Form.Account


type alias Attribute msg =
InternalAttribute msg -> InternalAttribute msg

The Attribute type

address : String -> Engage.Entity.Address.Address -> Attribute msg

Get the address Attribute

edit : String -> msg -> Attribute msg

Get the edit Attribute

name : String -> Attribute msg

Get the name Attribute

none : Attribute msg

Get the none Attribute

phone : String -> String -> Attribute msg

Get the phone Attribute

phoneNumber : String -> Engage.Entity.PhoneNumber.PhoneNumber -> Attribute msg

Get the phone number Attribute

view : { args | namespace : Engage.Namespace.Namespace, localization : Engage.Localization.Localization, countries : Engage.Entity.Address.Countries, regions : Engage.Entity.Address.RegionsCountry } -> List (Attribute msg) -> List (Html msg) -> Html msg

Get the view