EngageSoftware / elm-engage-common / Engage.ListItem

ListItem


type alias ListItem =
( Basics.Int, String )

A ListItem type

decoder : Json.Decode.Decoder ( Basics.Int, String )

A ListItem decoder

fromDropdownItem : ( String, String ) -> Maybe ListItem

Get a ListItem from a dropdown item