EngageSoftware / elm-engage-common / Engage.Custom.Field.Json

Custom.Field.Json

encoder : Engage.Custom.Types.Field -> Json.Encode.Value

The Field encoder

fieldDecoder : Date -> Json.Decode.Decoder Engage.Custom.Types.Field

The Field decoder

fieldGroupDecoder : Date -> Json.Decode.Decoder ( Basics.Int, Engage.Custom.Types.FieldGroup )

The FieldGroup decoder

fileEntryDataEncoder : Engage.Custom.Types.FileEntryData -> ( String, Json.Encode.Value )

The FieldEntryData encoder

fileUploadEncoder : { a | registrationId : Maybe Basics.Int, participantId : Basics.Int, fieldId : Basics.Int, formFilloutId : Maybe Basics.Int, domId : String } -> Json.Encode.Value

The file upload encoder